]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc: Correct test of --enable-obsolete.
authorZack Weinberg <zack@codesourcery.com>
Wed, 1 May 2002 18:44:42 +0000 (18:44 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 1 May 2002 18:44:42 +0000 (18:44 +0000)
* config.gcc: Correct test of --enable-obsolete.  Obsolete all
A29k configurations.
* doc/install.texi: Update to match.

From-SVN: r53010

gcc/ChangeLog
gcc/config.gcc
gcc/doc/install.texi

index 915907711c8f023a2fec17cd52f2c9725e87aed9..a08f356851e6d4ea08a3511c66311957a46f20cb 100644 (file)
@@ -1,3 +1,9 @@
+2002-05-01  Zack Weinberg  <zack@codesourcery.com>
+
+       * config.gcc: Correct test of --enable-obsolete.  Obsolete all
+       A29k configurations.
+       * doc/install.texi: Update to match.
+
 2002-05-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
        PR bootstrap/6514
index c516c52d670eef944756f3f4fe0458b28b9a3056..326bb238e67f675f980335ebfc31420c62732a8b 100644 (file)
@@ -263,8 +263,7 @@ case $machine in
        | we32k-* \
 )
   case $machine in
-         a29k-*-udi | a29k-*-coff \
-       | mips-sni-sysv4 \
+         mips-sni-sysv4 \
        | m88k-*-aout* | m88k-*-openbsd* | m88k-*-sysv4* \
        | ns32k-*-netbsd* | ns32k-*-openbsd* \
        | romp-*-openbsd* \
@@ -272,7 +271,7 @@ case $machine in
     # Whitelisted.
     ;;
   *)
-    if test "x$enable_obsolete" = x; then
+    if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration $machine is obsolete." >&2
       echo "*** Specify --enable-obsolete to build it anyway." >&2
       echo "*** Support will be REMOVED in the next major release of GCC," >&2
index a9b110d887c16533e76914f85aac6f367d1834b8..59719463fb950c478ece5781296ceee9f976a220 100644 (file)
@@ -1753,9 +1753,8 @@ AMD Am29k-family processors.  These are normally used in embedded
 applications.  This configuration corresponds to AMD's standard calling
 sequence and binary interface and is compatible with other 29k tools.
 
-AMD has abandoned this processor, and most variants are obsoleted in GCC
-3.1.  We are preserving the a29k-*-udi and a29k-*-coff configurations
-for one more release.
+AMD has abandoned this processor.  All existing a29k targets are obsoleted
+in GCC 3.1.
 
 You may need to make a variant of the file @file{a29k.h} for your
 particular configuration.