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 | 91c1f14cb61e83f86b103d25a4104efc064d2b3b (patch) | |
tree | 640fc753e8d7f11e16f1fa6eb6c181d37b899ade /configure | |
parent | 31507b90dac2e8e9de00989defcabb1e3a45c992 (diff) | |
download | binutils-91c1f14cb61e83f86b103d25a4104efc064d2b3b.zip binutils-91c1f14cb61e83f86b103d25a4104efc064d2b3b.tar.gz binutils-91c1f14cb61e83f86b103d25a4104efc064d2b3b.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')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -634,6 +634,7 @@ target_configargs host_configargs build_configargs BUILD_CONFIG +LDFLAGS_FOR_TARGET CXXFLAGS_FOR_TARGET CFLAGS_FOR_TARGET DEBUG_PREFIX_CFLAGS_FOR_TARGET @@ -6625,6 +6626,8 @@ if test "x$CXXFLAGS_FOR_TARGET" = x; then fi + + # 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 |