Skip to content

Commit 5c9cbf0

Browse files
committed
Move pending-obsolesence targets onto the obsolete list.
* config.bfd: Move pending obsoletion targets to obsolete list.
1 parent 07233d9 commit 5c9cbf0

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

bfd/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2021-07-18 Nick Clifton <[email protected]>
2+
3+
* config.bfd: Move pending obsoletion targets to obsolete list.
4+
15
2021-07-16 Giulio Benetti <[email protected]>
26

37
* elf32-or1k.c (or1k_elf_relocate_section): Use a separate entry

bfd/config.bfd

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,7 @@ targ_underscore=no
4848

4949
# Catch obsolete configurations.
5050
case $targ in
51-
openrisc-*-* | or32-*-*)
52-
echo "*** Configuration $targ is obsolete." >&2
53-
echo "*** Use or1k-*-elf or or1k-*-linux as the target instead" >&2
54-
exit 1
55-
;;
56-
*-*-netbsdpe* | null)
51+
null)
5752
if test "x$enable_obsolete" != xyes; then
5853
echo "*** Configuration $targ is obsolete." >&2
5954
echo "*** Specify --enable-obsolete to build it anyway." >&2
@@ -73,6 +68,7 @@ case $targ in
7368
*-sony-* | \
7469
*-tandem-* | \
7570
*-*-ieee* | \
71+
*-*-netbsdpe* | \
7672
*-*-netware* | \
7773
*-*-rtemsaout* | \
7874
*-*-rtemscoff* | \
@@ -141,6 +137,8 @@ case $targ in
141137
mips*-dec-* | \
142138
mips*-sgi-* | \
143139
mips*el-*-rtems* | \
140+
openrisc-*-* | \
141+
or32-*-* | \
144142
powerpc-*-lynxos* | powerpc-*-windiss* | \
145143
powerpcle-*-pe | powerpcle-*-winnt* | powerpcle-*-cygwin* | \
146144
sh*-*-symbianelf* | sh5*-*-* | sh64*-*-* | \

0 commit comments

Comments
 (0)