summaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2008-06-08 16:19:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2008-06-08 16:19:22 +0000
commit64a1df3ea7cc88b1cc6a87afcd2c025def6ea741 (patch)
tree9b5085605da5cd131d63b42a367c220288ef028e /Makefile.def
parent7cb5408f3612f811b8e4f289a81362231a2d45a8 (diff)
downloadbinutils-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.def1
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 ; };