summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-03-17 21:28:19 +0000
committerJim Grosbach <grosbach@apple.com>2010-03-17 21:28:19 +0000
commite4ad0a3c1816529dce7084b8207eda0a50621ed7 (patch)
treece49d42119bde15255037238b12218c1eed6ae82 /Makefile.rules
parent11cb87c2599ddc4534af30745db72bb0d6e61791 (diff)
downloadllvm-e4ad0a3c1816529dce7084b8207eda0a50621ed7.tar.gz
llvm-e4ad0a3c1816529dce7084b8207eda0a50621ed7.tar.bz2
llvm-e4ad0a3c1816529dce7084b8207eda0a50621ed7.tar.xz
remove arm mode workaround for ARM host
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98771 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 20e642a450..7f298a9954 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -578,8 +578,6 @@ endif
ifeq ($(TARGET_OS),Darwin)
ifneq ($(ARCH),ARM)
TargetCommonOpts += -mmacosx-version-min=$(DARWIN_VERSION)
- else
- TargetCommonOpts += -marm
endif
endif