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 <
[email protected] >
2
+
3
+ * config.bfd: Move pending obsoletion targets to obsolete list.
4
+
1
5
2021-07-16 Giulio Benetti <
[email protected] >
2
6
3
7
* 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
48
48
49
49
# Catch obsolete configurations.
50
50
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)
57
52
if test "x$enable_obsolete" != xyes; then
58
53
echo "*** Configuration $targ is obsolete." >&2
59
54
echo "*** Specify --enable-obsolete to build it anyway." >&2
@@ -73,6 +68,7 @@ case $targ in
73
68
*-sony-* | \
74
69
*-tandem-* | \
75
70
*-*-ieee* | \
71
+ *-*-netbsdpe* | \
76
72
*-*-netware* | \
77
73
*-*-rtemsaout* | \
78
74
*-*-rtemscoff* | \
@@ -141,6 +137,8 @@ case $targ in
141
137
mips*-dec-* | \
142
138
mips*-sgi-* | \
143
139
mips*el-*-rtems* | \
140
+ openrisc-*-* | \
141
+ or32-*-* | \
144
142
powerpc-*-lynxos* | powerpc-*-windiss* | \
145
143
powerpcle-*-pe | powerpcle-*-winnt* | powerpcle-*-cygwin* | \
146
144
sh*-*-symbianelf* | sh5*-*-* | sh64*-*-* | \
You can’t perform that action at this time.
0 commit comments