OSDN Git Service

Remove obsolete targets
authorNick Clifton <nickc@redhat.com>
Mon, 31 Jan 2005 17:18:47 +0000 (17:18 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 31 Jan 2005 17:18:47 +0000 (17:18 +0000)
bfd/ChangeLog
bfd/config.bfd

index 955d393..9a9785f 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-31  Nick Clifton  <nickc@redhat.com>
+
+       * confg.bfd: Make targets scheduled for obsoletion (m68k-lynxos,
+       sparc-lynxos, vax-vms) be obsolete.
+
 2005-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * elf-bfd.h (struct elf_backend_data): Add minpagesize.
index f466e64..52abbc6 100644 (file)
@@ -31,9 +31,6 @@ targ_underscore=no
 
 # Catch obsolete configurations.
 case $targ in
- m68*-*-lynxos* | \
- sparc-*-lynxos* | \
- vax-*-vms* | \
  null)
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration $targ is obsolete." >&2
@@ -45,6 +42,9 @@ case $targ in
 esac
 
 case $targ in
+ m68*-*-lynxos* | \
+ sparc-*-lynxos* | \
+ vax-*-vms* | \
  arm-*-oabi | \
  thumb-*-oabi | \
  null)