|
|
00b3bd |
Only in binutils-2.34/gold: autom4te.cache
|
|
|
00b3bd |
diff -rup binutils.orig/gold/configure binutils-2.34/gold/configure
|
|
|
00b3bd |
--- binutils.orig/gold/configure 2020-04-20 12:35:13.048297305 +0100
|
|
|
00b3bd |
+++ binutils-2.34/gold/configure 2020-04-20 14:02:06.743725696 +0100
|
|
|
00b3bd |
@@ -5180,7 +5180,8 @@ for targ in $target $canon_targets; do
|
|
|
00b3bd |
. ${srcdir}/configure.tgt
|
|
|
00b3bd |
|
|
|
00b3bd |
if test "$targ_obj" = "UNKNOWN"; then
|
|
|
00b3bd |
- as_fn_error $? "\"unsupported target $targ\"" "$LINENO" 5
|
|
|
00b3bd |
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \"unsupported target $targ\"" >&5
|
|
|
00b3bd |
+$as_echo "$as_me: WARNING: \"unsupported target $targ\"" >&2;}
|
|
|
00b3bd |
else
|
|
|
00b3bd |
targetobjs="$targetobjs ${targ_obj}.\$(OBJEXT)"
|
|
|
00b3bd |
if test "$targ_extra_obj" != ""; then
|
|
|
00b3bd |
diff -rup binutils.orig/gold/configure.ac binutils-2.34/gold/configure.ac
|
|
|
00b3bd |
--- binutils.orig/gold/configure.ac 2020-04-20 12:35:13.050297291 +0100
|
|
|
00b3bd |
+++ binutils-2.34/gold/configure.ac 2020-04-20 14:01:46.435868770 +0100
|
|
|
00b3bd |
@@ -181,7 +181,7 @@ for targ in $target $canon_targets; do
|
|
|
00b3bd |
. ${srcdir}/configure.tgt
|
|
|
00b3bd |
|
|
|
00b3bd |
if test "$targ_obj" = "UNKNOWN"; then
|
|
|
00b3bd |
- AC_MSG_ERROR("unsupported target $targ")
|
|
|
00b3bd |
+ AC_MSG_WARN("unsupported target $targ")
|
|
|
00b3bd |
else
|
|
|
00b3bd |
targetobjs="$targetobjs ${targ_obj}.\$(OBJEXT)"
|
|
|
00b3bd |
if test "$targ_extra_obj" != ""; then
|
|
|
00b3bd |
--- binutils.orig/ld/configure.tgt 2020-04-20 12:35:12.465301359 +0100
|
|
|
00b3bd |
+++ binutils-2.34/ld/configure.tgt 2020-04-20 14:17:52.123066333 +0100
|
|
|
00b3bd |
@@ -220,7 +220,7 @@ bfin-*-linux-uclibc*) targ_emul=elf32bfi
|
|
|
00b3bd |
targ_extra_emuls="elf32bfin"
|
|
|
00b3bd |
targ_extra_libpath=$targ_extra_emuls
|
|
|
00b3bd |
;;
|
|
|
00b3bd |
-bpf-*-*) targ_emul=elf64bpf
|
|
|
00b3bd |
+bpf-* | bpf-*-*) targ_emul=elf64bpf
|
|
|
00b3bd |
;;
|
|
|
00b3bd |
cr16-*-elf*) targ_emul=elf32cr16
|
|
|
00b3bd |
;;
|
|
|
00b3bd |
@@ -1026,7 +1026,7 @@ z8k-*-coff) targ_emul=z8002
|
|
|
00b3bd |
targ_extra_ofiles=
|
|
|
00b3bd |
;;
|
|
|
00b3bd |
*)
|
|
|
00b3bd |
- echo 2>&1 "*** ld does not support target ${targ}"
|
|
|
00b3bd |
+ echo 2>&1 "*** ld does not support target '${targ}' NO REALLY"
|
|
|
00b3bd |
echo 2>&1 "*** see ld/configure.tgt for supported targets"
|
|
|
00b3bd |
exit 1
|
|
|
00b3bd |
|
|
|
00b3bd |
--- binutils.orig/bfd/config.bfd 2020-04-20 12:35:13.038297375 +0100
|
|
|
00b3bd |
+++ binutils-2.34/bfd/config.bfd 2020-04-20 14:25:26.452869193 +0100
|
|
|
00b3bd |
@@ -473,7 +473,7 @@ case "${targ}" in
|
|
|
00b3bd |
;;
|
|
|
00b3bd |
|
|
|
00b3bd |
#ifdef BFD64
|
|
|
00b3bd |
- bpf-*-none)
|
|
|
00b3bd |
+ bpf-*-none | bpf-*)
|
|
|
00b3bd |
targ_defvec=bpf_elf64_le_vec
|
|
|
00b3bd |
targ_selvecs=bpf_elf64_be_vec
|
|
|
00b3bd |
targ_underscore=yes
|
|
|
00b3bd |
@@ -1427,7 +1427,7 @@ case "${targ}" in
|
|
|
00b3bd |
;;
|
|
|
00b3bd |
|
|
|
00b3bd |
*)
|
|
|
00b3bd |
- echo 1>&2 "*** BFD does not support target ${targ}."
|
|
|
00b3bd |
+ echo 1>&2 "*** BFD does not support target '${targ}'. Honest."
|
|
|
00b3bd |
echo 1>&2 "*** Look in bfd/config.bfd for supported targets."
|
|
|
00b3bd |
exit 1
|
|
|
00b3bd |
;;
|