From e2a91a76dffcf8cda97b835f0693f9dc6f26ba68 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 16 Jun 2011 22:30:38 +0000 Subject: build/configure: Add support for --with-extra-ld-options flag (to provide extra options just to pass to ld). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133206 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.rules') diff --git a/Makefile.rules b/Makefile.rules index 71d4307aba..162fd23552 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -582,6 +582,10 @@ endif # Options To Invoke Tools #---------------------------------------------------------- +ifdef EXTRA_LD_OPTIONS +LD.Flags += $(EXTRA_LD_OPTIONS) +endif + ifndef NO_PEDANTIC CompileCommonOpts += -pedantic -Wno-long-long endif -- cgit v1.2.3