OSDN Git Service

* config.gcc (Obsolete configurations): Remove 'dummy', add
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Jan 2005 07:15:36 +0000 (07:15 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Jan 2005 07:15:36 +0000 (07:15 +0000)
sparclite-*-coff*, sparclite-*-elf*, sparc86x-*-elf* and
sparc-*-openbsd*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94313 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index 04ef357..fec970c 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 c56b1da..381df16 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