summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2011-05-09 17:56:47 +0000
committerDoug Kwan <dougkwan@google.com>2011-05-09 17:56:47 +0000
commit91c1f14cb61e83f86b103d25a4104efc064d2b3b (patch)
tree640fc753e8d7f11e16f1fa6eb6c181d37b899ade /configure.ac
parent31507b90dac2e8e9de00989defcabb1e3a45c992 (diff)
downloadppe42-binutils-91c1f14cb61e83f86b103d25a4104efc064d2b3b.tar.gz
ppe42-binutils-91c1f14cb61e83f86b103d25a4104efc064d2b3b.zip
2011-05-08 Doug Kwan <dougkwan@google.com>
Merge from gcc: 2011-05-08 Doug Kwan <dougkwan@google.com> * configure.ac: Propagate LDFLAGS_FOR_TARGET. * configure: Regenerated. * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET value from configure. * Makefile.in: Regenerated.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0ac903055a..39606948e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2110,6 +2110,8 @@ if test "x$CXXFLAGS_FOR_TARGET" = x; then
fi
AC_SUBST(CXXFLAGS_FOR_TARGET)
+AC_SUBST(LDFLAGS_FOR_TARGET)
+
# Handle --with-headers=XXX. If the value is not "yes", the contents of
# the named directory are copied to $(tooldir)/sys-include.
if test x"${with_headers}" != x && test x"${with_headers}" != xno ; then
OpenPOWER on IntegriCloud