summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordougkwan <dougkwan>2011-05-09 17:56:46 +0000
committerdougkwan <dougkwan>2011-05-09 17:56:46 +0000
commitd82acf35b29152faecd4ea2d86bcab98773a8eee (patch)
treeb0b8e1b1c7f4cee98cb8a7d7fed56fa379280f90 /configure
parent29fddbc3919c4327eac216b5bb2a3b2e39b755ad (diff)
downloadgdb-d82acf35b29152faecd4ea2d86bcab98773a8eee.tar.gz
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-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index cb341f95b1e..30d694599d1 100755
--- a/configure
+++ b/configure
@@ -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