fed834d5d6
update and biarch patch. It does not help me, but it does not harm either ;) OBS-URL: https://build.opensuse.org/request/show/143122 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=115
15 lines
597 B
Diff
15 lines
597 B
Diff
Index: gold/configure
|
|
===================================================================
|
|
--- gold/configure.orig
|
|
+++ gold/configure
|
|
@@ -3405,7 +3405,8 @@ for targ in $target $canon_targets; do
|
|
. ${srcdir}/configure.tgt
|
|
|
|
if test "$targ_obj" = "UNKNOWN"; then
|
|
- as_fn_error "\"unsupported target $targ\"" "$LINENO" 5
|
|
+ { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \"unsupported target $targ\"" >&5
|
|
+$as_echo "$as_me: WARNING: \"unsupported target $targ\"" >&2;}
|
|
else
|
|
targetobjs="$targetobjs ${targ_obj}.\$(OBJEXT)"
|
|
if test "$targ_extra_obj" != ""; then
|