summaryrefslogtreecommitdiffstats
path: root/compiler-rt
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-08-22 21:39:01 +0000
committerBob Wilson <bob.wilson@apple.com>2011-08-22 21:39:01 +0000
commitfd5148b45dc256cf61fc6b6d9f64757a029ceb69 (patch)
treef965d395d4ec1972a2822c9de9b5005a41807b44 /compiler-rt
parent95f69a42d279f122d55374020f7c253ece40950d (diff)
downloadbcm5719-llvm-fd5148b45dc256cf61fc6b6d9f64757a029ceb69.tar.gz
bcm5719-llvm-fd5148b45dc256cf61fc6b6d9f64757a029ceb69.zip
Remove redundant flag: -mthumb is the default for armv7.
llvm-svn: 138275
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/make/platform/clang_darwin.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/make/platform/clang_darwin.mk b/compiler-rt/make/platform/clang_darwin.mk
index 486a2cb8a2e..4570517c9d9 100644
--- a/compiler-rt/make/platform/clang_darwin.mk
+++ b/compiler-rt/make/platform/clang_darwin.mk
@@ -86,7 +86,7 @@ CFLAGS.osx.armv7 := $(CFLAGS) $(ARM_DEPLOYMENT_ARGS)
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
OpenPOWER on IntegriCloud