]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Move pending-obsolesence targets onto the obsolete list.
authorNick Clifton <nickc@redhat.com>
Sun, 18 Jul 2021 19:10:52 +0000 (20:10 +0100)
committerNick Clifton <nickc@redhat.com>
Sun, 18 Jul 2021 19:10:52 +0000 (20:10 +0100)
* config.bfd: Move pending obsoletion targets to obsolete list.

bfd/ChangeLog
bfd/config.bfd

index 6fea91afbe847dd6f1f2943c0c4e0d8f4d902e0b..d22d38dc2d169a57299f39322c27232542250c3b 100644 (file)
@@ -1,3 +1,7 @@
+2021-07-18  Nick Clifton  <nickc@redhat.com>
+
+       * config.bfd: Move pending obsoletion targets to obsolete list.
+
 2021-07-16  Giulio Benetti  <giulio.benetti@benettiengineering.com>
 
        * elf32-or1k.c (or1k_elf_relocate_section): Use a separate entry
index 30087e3b8f8cc6f239a57a868aa62d39c46c3092..c4cabf7867be3b423790b26f17d823f7d04b7c1a 100644 (file)
@@ -48,12 +48,7 @@ targ_underscore=no
 
 # Catch obsolete configurations.
 case $targ in
- openrisc-*-* | or32-*-*)
-    echo "*** Configuration $targ is obsolete." >&2
-    echo "*** Use or1k-*-elf or or1k-*-linux as the target instead" >&2
-    exit 1
-    ;;
- *-*-netbsdpe* | null)
+ null)
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration $targ is obsolete." >&2
       echo "*** Specify --enable-obsolete to build it anyway." >&2
@@ -73,6 +68,7 @@ case $targ in
  *-sony-* | \
  *-tandem-* | \
  *-*-ieee* | \
+ *-*-netbsdpe* | \
  *-*-netware* | \
  *-*-rtemsaout* | \
  *-*-rtemscoff* | \
@@ -141,6 +137,8 @@ case $targ in
  mips*-dec-* | \
  mips*-sgi-* | \
  mips*el-*-rtems* | \
+ openrisc-*-* | \
+ or32-*-* | \
  powerpc-*-lynxos* | powerpc-*-windiss* | \
  powerpcle-*-pe | powerpcle-*-winnt* | powerpcle-*-cygwin* | \
  sh*-*-symbianelf* | sh5*-*-* | sh64*-*-* | \