diff options
author | Nick Clifton <nickc@redhat.com> | 2021-07-18 20:10:52 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-07-18 20:10:52 +0100 |
commit | 5c9cbf07f3f972ecffe13d858010b3179df17b32 (patch) | |
tree | 5ca1b4ae6ee3125dc2049e71d88c4a4b334db106 | |
parent | 07233d964a446eb14e18a17628feaac591ff450c (diff) | |
download | gdb-5c9cbf07f3f972ecffe13d858010b3179df17b32.zip gdb-5c9cbf07f3f972ecffe13d858010b3179df17b32.tar.gz gdb-5c9cbf07f3f972ecffe13d858010b3179df17b32.tar.bz2 |
Move pending-obsolesence targets onto the obsolete list.
* config.bfd: Move pending obsoletion targets to obsolete list.
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/config.bfd | 10 |
2 files changed, 8 insertions, 6 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6fea91a..d22d38d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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 diff --git a/bfd/config.bfd b/bfd/config.bfd index 30087e3..c4cabf7 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -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*-*-* | \ |