diff options
author | Doug Kwan <dougkwan@google.com> | 2011-05-09 17:56:47 +0000 |
---|---|---|
committer | Doug Kwan <dougkwan@google.com> | 2011-05-09 17:56:47 +0000 |
commit | 2e7bf520ebfff6e87deecaf338f298e0a2d2099c (patch) | |
tree | a295cad71d73153ea1784ab0f9440368dc00eeb4 /configure.ac | |
parent | 481ff3f38653629f51c2fb0947c3defef00925bc (diff) | |
download | newlib-2e7bf520ebfff6e87deecaf338f298e0a2d2099c.zip newlib-2e7bf520ebfff6e87deecaf338f298e0a2d2099c.tar.gz newlib-2e7bf520ebfff6e87deecaf338f298e0a2d2099c.tar.bz2 |
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.ac | 2 |
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 |