summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-07-16 06:13:24 +0000
committerEric Christopher <echristo@apple.com>2010-07-16 06:13:24 +0000
commit55f321426d989fd428e3a75a5ff5d12cce1aa5f9 (patch)
tree5b2fdcd5b8d0dc7d34534ceaba7ec96140d17189
parent3d84c9c793d962b4a1e92ddf148708ddc63fe593 (diff)
downloadbcm5719-llvm-55f321426d989fd428e3a75a5ff5d12cce1aa5f9.tar.gz
bcm5719-llvm-55f321426d989fd428e3a75a5ff5d12cce1aa5f9.zip
Remove unnecessary conditional.
llvm-svn: 108516
-rw-r--r--llvm/Makefile.rules2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index 44379ed9430..6271bf51f7f 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -622,7 +622,6 @@ endif
# Adjust linker flags for building an executable
ifneq ($(HOST_OS),Darwin)
-ifneq ($(DARWIN_MAJVERS),4)
ifdef TOOLNAME
LD.Flags += $(RPATH) -Wl,'$$ORIGIN/../lib'
ifdef EXAMPLE_TOOL
@@ -631,7 +630,6 @@ ifdef TOOLNAME
LD.Flags += $(RPATH) -Wl,$(ToolDir) $(RDYNAMIC)
endif
endif
-endif
else
ifneq ($(DARWIN_MAJVERS),4)
LD.Flags += $(RPATH) -Wl,@executable_path/../lib
OpenPOWER on IntegriCloud