summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-31 22:22:50 +0000
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>2007-01-31 22:22:50 +0000
commit44db1fbc779ee764c76e46212057aef21725d72c (patch)
tree8429a53147970770da91c9f182c99701abf42ed1 /Makefile.tpl
parent439d698fb3cc0ef2de67b7489539f010d7b8dd03 (diff)
downloadgcc-44db1fbc779ee764c76e46212057aef21725d72c.tar.gz
* Makefile.tpl (LDFLAGS): Substitute it.
* Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121441 138bc75d-0d04-0410-961f-82ee72b054a4
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 0d8ff7cee48..f4841f01c62 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -303,7 +303,7 @@ GNATBIND = @GNATBIND@
GNATMAKE = @GNATMAKE@
CFLAGS = @CFLAGS@
-LDFLAGS =
+LDFLAGS = @LDFLAGS@
LIBCFLAGS = $(CFLAGS)
CXXFLAGS = @CXXFLAGS@
LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates