aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2011-05-09 07:39:45 +0000
committerDoug Kwan <dougkwan@gcc.gnu.org>2011-05-09 07:39:45 +0000
commit6f57bdf6d64f9ee7653a439f03dafa09f45b5475 (patch)
tree4cccdab6e575dacdf588ba8df430e93de46485af /configure.ac
parent40a71233112c3f0ddc53ff41ad451bc49a846d67 (diff)
downloadgcc-6f57bdf6d64f9ee7653a439f03dafa09f45b5475.zip
gcc-6f57bdf6d64f9ee7653a439f03dafa09f45b5475.tar.gz
gcc-6f57bdf6d64f9ee7653a439f03dafa09f45b5475.tar.bz2
configure.ac: Propagate LDFLAGS_FOR_TARGET.
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. From-SVN: r173558
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 0ac9030..3960694 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