Build in ARM mode explicitly when on ARM Darwin

llvm-svn: 85615
This commit is contained in:
Jim Grosbach 2009-10-30 21:33:05 +00:00
parent 4759a8979c
commit 95e6e933ed
1 changed files with 2 additions and 0 deletions

View File

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