[llvm-commits] [compiler-rt] r138275 - /compiler-rt/trunk/make/platform/clang_darwin.mk

Bob Wilson bob.wilson at apple.com
Mon Aug 22 14:39:01 PDT 2011


Author: bwilson
Date: Mon Aug 22 16:39:01 2011
New Revision: 138275

URL: http://llvm.org/viewvc/llvm-project?rev=138275&view=rev
Log:
Remove redundant flag: -mthumb is the default for armv7.

Modified:
    compiler-rt/trunk/make/platform/clang_darwin.mk

Modified: compiler-rt/trunk/make/platform/clang_darwin.mk
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/make/platform/clang_darwin.mk?rev=138275&r1=138274&r2=138275&view=diff
==============================================================================
--- compiler-rt/trunk/make/platform/clang_darwin.mk (original)
+++ compiler-rt/trunk/make/platform/clang_darwin.mk Mon Aug 22 16:39:01 2011
@@ -86,7 +86,7 @@
 CFLAGS.cc_kext.i386	:= $(CFLAGS) $(X86_DEPLOYMENT_ARGS)
 CFLAGS.cc_kext.x86_64	:= $(CFLAGS) $(X86_DEPLOYMENT_ARGS)
 CFLAGS.cc_kext.armv6	:= $(CFLAGS) $(ARM_DEPLOYMENT_ARGS) -mthumb
-CFLAGS.cc_kext.armv7	:= $(CFLAGS) $(ARM_DEPLOYMENT_ARGS) -mthumb
+CFLAGS.cc_kext.armv7	:= $(CFLAGS) $(ARM_DEPLOYMENT_ARGS)
 
 FUNCTIONS.eprintf := eprintf
 FUNCTIONS.10.4 := eprintf floatundidf floatundisf floatundixf





More information about the llvm-commits mailing list