From e4ad0a3c1816529dce7084b8207eda0a50621ed7 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Wed, 17 Mar 2010 21:28:19 +0000 Subject: [PATCH] remove arm mode workaround for ARM host git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98771 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.rules b/Makefile.rules index 20e642a4505..7f298a99542 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