File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1+ 2021-07-18 Nick Clifton <nickc@redhat.com>
2+
3+ * config.bfd: Move pending obsoletion targets to obsolete list.
4+
152021-07-16 Giulio Benetti <giulio.benetti@benettiengineering.com>
26
37 * elf32-or1k.c (or1k_elf_relocate_section): Use a separate entry
Original file line number Diff line number Diff line change @@ -48,12 +48,7 @@ targ_underscore=no
4848
4949# Catch obsolete configurations.
5050case $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*-*-* | \
You can’t perform that action at this time.
0 commit comments