diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2007-01-31 22:23:37 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2007-01-31 22:23:37 +0000 |
commit | b2edfdd264f3eeea7d95210f4f59cf402899456a (patch) | |
tree | e616d18ef0ae408987eb5f17c0dd2314af1a8100 | |
parent | 6dd7f013b41d1577eba29df0f52f34a513fdeb4c (diff) | |
download | gdb-b2edfdd264f3eeea7d95210f4f59cf402899456a.zip gdb-b2edfdd264f3eeea7d95210f4f59cf402899456a.tar.gz gdb-b2edfdd264f3eeea7d95210f4f59cf402899456a.tar.bz2 |
* Makefile.tpl (LDFLAGS): Substitute it.
* Makefile.in: Regenerate.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | Makefile.tpl | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2007-01-31 Andreas Schwab <schwab@suse.de> + + * Makefile.tpl (LDFLAGS): Substitute it. + * Makefile.in: Regenerate. + 2007-01-11 Paolo Bonzini <bonzini@gnu.org> * configure.in: Change == to = in test command. diff --git a/Makefile.in b/Makefile.in index 7da2c37..060575b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -297,7 +297,7 @@ STRIP = @STRIP@ WINDRES = @WINDRES@ CFLAGS = @CFLAGS@ -LDFLAGS = +LDFLAGS = @LDFLAGS@ LIBCFLAGS = $(CFLAGS) CXXFLAGS = @CXXFLAGS@ LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates diff --git a/Makefile.tpl b/Makefile.tpl index 475b0d3..55b7dd0 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -300,7 +300,7 @@ STRIP = @STRIP@ WINDRES = @WINDRES@ CFLAGS = @CFLAGS@ -LDFLAGS = +LDFLAGS = @LDFLAGS@ LIBCFLAGS = $(CFLAGS) CXXFLAGS = @CXXFLAGS@ LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates |