fd10e898ba
* AMD Bulldozer enablement OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=40
15 lines
542 B
Diff
15 lines
542 B
Diff
--- gold/configure.orig 2011-01-11 12:22:06.000000000 +0100
|
|
+++ gold/configure 2011-01-11 12:23:38.000000000 +0100
|
|
@@ -3389,7 +3389,8 @@
|
|
. ${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
|
|
|
|
|