aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2011-05-09 17:56:47 +0000
committerDoug Kwan <dougkwan@google.com>2011-05-09 17:56:47 +0000
commit91c1f14cb61e83f86b103d25a4104efc064d2b3b (patch)
tree640fc753e8d7f11e16f1fa6eb6c181d37b899ade /Makefile.tpl
parent31507b90dac2e8e9de00989defcabb1e3a45c992 (diff)
downloadgdb-91c1f14cb61e83f86b103d25a4104efc064d2b3b.zip
gdb-91c1f14cb61e83f86b103d25a4104efc064d2b3b.tar.gz
gdb-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 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index f7312d9..0b2b3d8 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@