diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-07-27 20:22:35 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2005-07-27 20:22:35 +0000 |
commit | 414e5532bca32fe2c5820548131be0cf8f65b038 (patch) | |
tree | 3b946da64542f1605e478b5f6211c8db75c85d0d /Makefile.tpl | |
parent | 45f69e3a7ad0b35b7c7bb67cd59ab7b0e885dc6b (diff) | |
download | gdb-414e5532bca32fe2c5820548131be0cf8f65b038.zip gdb-414e5532bca32fe2c5820548131be0cf8f65b038.tar.gz gdb-414e5532bca32fe2c5820548131be0cf8f65b038.tar.bz2 |
* Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
* Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
* Makefile.in: Regenerated.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 9003f9e..c37bd50 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -569,6 +569,7 @@ EXTRA_TARGET_FLAGS = \ 'CXXFLAGS=$$(CXXFLAGS_FOR_TARGET)' \ 'DLLTOOL=$$(DLLTOOL_FOR_TARGET)' \ 'LD=$$(LD_FOR_TARGET)' \ + 'LDFLAGS=$$(LDFLAGS_FOR_TARGET)' \ 'LIBCFLAGS=$$(LIBCFLAGS_FOR_TARGET)' \ 'LIBCXXFLAGS=$$(LIBCXXFLAGS_FOR_TARGET)' \ 'NM=$$(NM_FOR_TARGET)' \ |