aboutsummaryrefslogtreecommitdiff
path: root/gold/configure
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2013-05-13 17:35:22 +0000
committerCary Coutant <ccoutant@google.com>2013-05-13 17:35:22 +0000
commit9df9de2ccaad76582d6968d486d54f12e4da659f (patch)
tree9de17ee41a4cec9bb7cde93e17cff59461693226 /gold/configure
parent92ce080be64446a0ca9025211d3be4bd638c0a3c (diff)
downloadfsf-binutils-gdb-9df9de2ccaad76582d6968d486d54f12e4da659f.zip
fsf-binutils-gdb-9df9de2ccaad76582d6968d486d54f12e4da659f.tar.gz
fsf-binutils-gdb-9df9de2ccaad76582d6968d486d54f12e4da659f.tar.bz2
gold/
* configure.ac: Export DEFAULT_TARGET. * configure: Regenerate. * Makefile.in: Regenerate. * testsuite/Makefile.am: Add .EXPORT_ALL_VARIABLES. * testsuite/Makefile.in: Regenerate. * testsuite/debug_msg.sh: Delete duplicate tests. Don't check undef_int error message match for powerpc where the source file and line number aren't available.
Diffstat (limited to 'gold/configure')
-rwxr-xr-xgold/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/configure b/gold/configure
index 7e58cdf..cb56b65 100755
--- a/gold/configure
+++ b/gold/configure
@@ -680,6 +680,7 @@ CFLAGS
CC
NM
TARGETOBJS
+DEFAULT_TARGET
DEFAULT_TARGET_TILEGX_FALSE
DEFAULT_TARGET_TILEGX_TRUE
DEFAULT_TARGET_X86_64_FALSE
@@ -3475,6 +3476,8 @@ else
DEFAULT_TARGET_TILEGX_FALSE=
fi
+ DEFAULT_TARGET=${targ_obj}
+
fi
fi
fi