1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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 a83aafc043
commit 2da4397c39

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