diff mbox

[1/2] mark *-knetbsd-* as obsolete

Message ID 1450151726-16267-2-git-send-email-tbsaunde+gcc@tbsaunde.org
State New
Headers show

Commit Message

tbsaunde+gcc@tbsaunde.org Dec. 15, 2015, 3:55 a.m. UTC
From: Trevor Saunders <tbsaunde+gcc@tbsaunde.org>

gcc/ChangeLog:

2015-12-14  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

	* config.gcc: mark knetbsd targets as obsolete.
---
 gcc/config.gcc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mike Stump Dec. 15, 2015, 4:15 a.m. UTC | #1
On Dec 14, 2015, at 7:55 PM, tbsaunde+gcc@tbsaunde.org wrote:
> 	* config.gcc: mark knetbsd targets as obsolete.

English:

  Mark...
Andreas Schwab Dec. 15, 2015, 8:54 a.m. UTC | #2
tbsaunde+gcc@tbsaunde.org writes:

> diff --git a/gcc/config.gcc b/gcc/config.gcc
> index 882e413..59f77da 100644
> --- a/gcc/config.gcc
> +++ b/gcc/config.gcc
> @@ -237,7 +237,7 @@ md_file=
>  # Obsolete configurations.
>  case ${target} in
>  # Currently there are no obsolete targets.
> - nothing				\
> + *-knetbsd-*				\

The comment is obsolete.

Andreas.
diff mbox

Patch

diff --git a/gcc/config.gcc b/gcc/config.gcc
index 882e413..59f77da 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -237,7 +237,7 @@  md_file=
 # Obsolete configurations.
 case ${target} in
 # Currently there are no obsolete targets.
- nothing				\
+ *-knetbsd-*				\
  )
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration ${target} is obsolete." >&2