mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
Move pending-obsolesence targets onto the obsolete list.
* config.bfd: Move pending obsoletion targets to obsolete list.
This commit is contained in:
@ -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>
|
2021-07-16 Giulio Benetti <giulio.benetti@benettiengineering.com>
|
||||||
|
|
||||||
* elf32-or1k.c (or1k_elf_relocate_section): Use a separate entry
|
* elf32-or1k.c (or1k_elf_relocate_section): Use a separate entry
|
||||||
|
@ -48,12 +48,7 @@ targ_underscore=no
|
|||||||
|
|
||||||
# Catch obsolete configurations.
|
# Catch obsolete configurations.
|
||||||
case $targ in
|
case $targ in
|
||||||
openrisc-*-* | or32-*-*)
|
null)
|
||||||
echo "*** Configuration $targ is obsolete." >&2
|
|
||||||
echo "*** Use or1k-*-elf or or1k-*-linux as the target instead" >&2
|
|
||||||
exit 1
|
|
||||||
;;
|
|
||||||
*-*-netbsdpe* | null)
|
|
||||||
if test "x$enable_obsolete" != xyes; then
|
if test "x$enable_obsolete" != xyes; then
|
||||||
echo "*** Configuration $targ is obsolete." >&2
|
echo "*** Configuration $targ is obsolete." >&2
|
||||||
echo "*** Specify --enable-obsolete to build it anyway." >&2
|
echo "*** Specify --enable-obsolete to build it anyway." >&2
|
||||||
@ -73,6 +68,7 @@ case $targ in
|
|||||||
*-sony-* | \
|
*-sony-* | \
|
||||||
*-tandem-* | \
|
*-tandem-* | \
|
||||||
*-*-ieee* | \
|
*-*-ieee* | \
|
||||||
|
*-*-netbsdpe* | \
|
||||||
*-*-netware* | \
|
*-*-netware* | \
|
||||||
*-*-rtemsaout* | \
|
*-*-rtemsaout* | \
|
||||||
*-*-rtemscoff* | \
|
*-*-rtemscoff* | \
|
||||||
@ -141,6 +137,8 @@ case $targ in
|
|||||||
mips*-dec-* | \
|
mips*-dec-* | \
|
||||||
mips*-sgi-* | \
|
mips*-sgi-* | \
|
||||||
mips*el-*-rtems* | \
|
mips*el-*-rtems* | \
|
||||||
|
openrisc-*-* | \
|
||||||
|
or32-*-* | \
|
||||||
powerpc-*-lynxos* | powerpc-*-windiss* | \
|
powerpc-*-lynxos* | powerpc-*-windiss* | \
|
||||||
powerpcle-*-pe | powerpcle-*-winnt* | powerpcle-*-cygwin* | \
|
powerpcle-*-pe | powerpcle-*-winnt* | powerpcle-*-cygwin* | \
|
||||||
sh*-*-symbianelf* | sh5*-*-* | sh64*-*-* | \
|
sh*-*-symbianelf* | sh5*-*-* | sh64*-*-* | \
|
||||||
|
Reference in New Issue
Block a user