summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2011-05-09 17:56:46 +0000
committerDoug Kwan <dougkwan@google.com>2011-05-09 17:56:46 +0000
commit41ba7eb17c27807cb1b71abb4727ebdbbdddba79 (patch)
tree437d512645d5a8bcee25193bedf73febfb857003 /Makefile.tpl
parent0ebe7097038d4c0809f7e8d579363c8d1367146f (diff)
downloadbinutils-redhat-41ba7eb17c27807cb1b71abb4727ebdbbdddba79.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 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index f7312d9e8c..0b2b3d8989 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -494,7 +494,7 @@ CXXFLAGS_FOR_TARGET = @CXXFLAGS_FOR_TARGET@
LIBCFLAGS_FOR_TARGET = $(CFLAGS_FOR_TARGET)
LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates
-LDFLAGS_FOR_TARGET =
+LDFLAGS_FOR_TARGET = @LDFLAGS_FOR_TARGET@
GOCFLAGS_FOR_TARGET = -O2 -g
FLAGS_FOR_TARGET = @FLAGS_FOR_TARGET@