diff options
author | Joseph Myers <joseph@codesourcery.com> | 2008-06-08 16:19:22 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2008-06-08 16:19:22 +0000 |
commit | 64a1df3ea7cc88b1cc6a87afcd2c025def6ea741 (patch) | |
tree | 9b5085605da5cd131d63b42a367c220288ef028e /Makefile.def | |
parent | 7cb5408f3612f811b8e4f289a81362231a2d45a8 (diff) | |
download | binutils-redhat-64a1df3ea7cc88b1cc6a87afcd2c025def6ea741.tar.gz |
* Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
* Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
(all prefix="build-"): Pass them to build-system sub-makes.
* Makefile.in: Regenerate.
config:
* config/mh-mingw (LDFLAGS): Define.
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 203dd1d463..3924617ebd 100644 --- a/Makefile.def +++ b/Makefile.def @@ -215,6 +215,7 @@ flags_to_pass = { flag= INSTALL ; }; flags_to_pass = { flag= INSTALL_DATA ; }; flags_to_pass = { flag= INSTALL_PROGRAM ; }; flags_to_pass = { flag= INSTALL_SCRIPT ; }; +flags_to_pass = { flag= LDFLAGS_FOR_BUILD ; }; flags_to_pass = { flag= LEX ; }; flags_to_pass = { flag= M4 ; }; flags_to_pass = { flag= MAKE ; }; |