summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-03-22 08:56:15 +0000
committerBill Wendling <isanbard@gmail.com>2009-03-22 08:56:15 +0000
commita443ab4bcd72723ac5fb858e7438a4d3356582e5 (patch)
tree802f397cb99f9311fc05c94abe3db408d9bd3f57
parentf3ef2c758f66a23edbd6391bac0d950b20f14bd1 (diff)
downloadbcm5719-llvm-a443ab4bcd72723ac5fb858e7438a4d3356582e5.tar.gz
bcm5719-llvm-a443ab4bcd72723ac5fb858e7438a4d3356582e5.zip
Really should pass -dylib to the linker...
llvm-svn: 67469
-rw-r--r--llvm/Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index 88295f2e2d5..aece8bab27f 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -435,7 +435,7 @@ ifeq ($(OS),Darwin)
# Get "4" out of 10.4 for later pieces in the makefile.
DARWIN_MAJVERS := $(shell echo $(DARWIN_VERSION)| sed -E 's/10.([0-9]).*/\1/')
- SharedLinkOptions=-Wl,-flat_namespace -Wl,-undefined -Wl,suppress -dylib \
+ SharedLinkOptions=-Wl,-flat_namespace -Wl,-undefined -Wl,suppress -Wl,-dylib \
-mmacosx-version-min=$(DARWIN_VERSION)
CompileCommonOpts += -mmacosx-version-min=$(DARWIN_VERSION)
else
OpenPOWER on IntegriCloud