remove arm mode workaround for ARM host

llvm-svn: 98771
This commit is contained in:
Jim Grosbach 2010-03-17 21:28:19 +00:00
parent 86bcdccb65
commit 021b995bb2
1 changed files with 0 additions and 2 deletions

View File

@ -578,8 +578,6 @@ endif
ifeq ($(TARGET_OS),Darwin)
ifneq ($(ARCH),ARM)
TargetCommonOpts += -mmacosx-version-min=$(DARWIN_VERSION)
else
TargetCommonOpts += -marm
endif
endif