2011-01-11 14:41:17 +01:00
|
|
|
--- 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
|
2011-01-11 16:36:40 +01:00
|
|
|
|
|
|
|
--- gold/testsuite/Makefile.in.orig 2011-01-11 16:34:55.000000000 +0100
|
|
|
|
+++ gold/testsuite/Makefile.in 2011-01-11 16:35:49.000000000 +0100
|
|
|
|
@@ -60,9 +60,7 @@
|
|
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_2 = incremental_test.sh \
|
|
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gc_comdat_test.sh gc_tls_test.sh \
|
|
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gc_orphan_section_test.sh \
|
|
|
|
-@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_test.sh \
|
|
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_keep_unique_test.sh \
|
|
|
|
-@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_safe_test.sh \
|
|
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_safe_so_test.sh \
|
|
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ final_layout.sh \
|
|
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_preemptible_functions_test.sh \
|