config.gcc (Obsolete configurations): Remove 'dummy'...
authorEric Botcazou <ebotcazou@libertysurf.fr>
Thu, 27 Jan 2005 07:15:36 +0000 (08:15 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 27 Jan 2005 07:15:36 +0000 (07:15 +0000)
* config.gcc (Obsolete configurations): Remove 'dummy', add
sparclite-*-coff*, sparclite-*-elf*, sparc86x-*-elf* and
sparc-*-openbsd*.

From-SVN: r94313

gcc/ChangeLog
gcc/config.gcc

index 04ef3579952a16b68706c5510ea86d5cfaf63162..fec970cfc67756787c8d70fb5a02cfdeaf58e8f0 100644 (file)
@@ -1,3 +1,9 @@
+2005-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * config.gcc (Obsolete configurations): Remove 'dummy', add
+       sparclite-*-coff*, sparclite-*-elf*, sparc86x-*-elf* and
+       sparc-*-openbsd*.
+
 2005-01-26  Diego Novillo  <dnovillo@redhat.com>
 
        PR tree-optimization/19633
index c56b1da8a3cad3d2c834f078f96d9edc183decc8..381df169eb36eeb87d8855c28e227f496ee5b974 100644 (file)
@@ -181,7 +181,11 @@ md_file=
 
 # Obsolete configurations.
 case ${target} in
- dummy*)
+   sparclite-*-coff*   \
+ | sparclite-*-elf*    \
+ | sparc86x-*-elf*     \
+ | sparc-*-openbsd*    \
+ )
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration ${target} is obsolete." >&2
       echo "*** Specify --enable-obsolete to build it anyway." >&2