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.def | |
parent | 45f69e3a7ad0b35b7c7bb67cd59ab7b0e885dc6b (diff) | |
download | fsf-binutils-gdb-414e5532bca32fe2c5820548131be0cf8f65b038.zip fsf-binutils-gdb-414e5532bca32fe2c5820548131be0cf8f65b038.tar.gz fsf-binutils-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.def')
-rw-r--r-- | Makefile.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def index 0f3d95d..0cc3525 100644 --- a/Makefile.def +++ b/Makefile.def @@ -223,6 +223,7 @@ flags_to_pass = { flag= DLLTOOL_FOR_TARGET ; }; flags_to_pass = { flag= GCJ_FOR_TARGET ; }; flags_to_pass = { flag= GFORTRAN_FOR_TARGET ; }; flags_to_pass = { flag= LD_FOR_TARGET ; }; +flags_to_pass = { flag= LDFLAGS_FOR_TARGET ; }; flags_to_pass = { flag= LIBCFLAGS_FOR_TARGET ; }; flags_to_pass = { flag= LIBCXXFLAGS_FOR_TARGET ; }; flags_to_pass = { flag= NM_FOR_TARGET ; }; |