clang_darwin: Build cckext bits with -mthumb.

llvm-svn: 123986
This commit is contained in:
Daniel Dunbar 2011-01-21 18:23:32 +00:00
parent d8baa2b4b0
commit 77b059e32b
1 changed files with 3 additions and 0 deletions

View File

@ -164,6 +164,9 @@ CCKEXT_ARM_FUNCTIONS := $(CCKEXT_COMMON_FUNCTIONS) \
FUNCTIONS.cc_kext.armv6 := $(CCKEXT_ARM_FUNCTIONS)
FUNCTIONS.cc_kext.armv7 := $(CCKEXT_ARM_FUNCTIONS)
CFLAGS.cc_kext.armv6 := $(CFLAGS) -mthumb
CFLAGS.cc_kext.armv7 := $(CFLAGS) -mthumb
CCKEXT_X86_FUNCTIONS := $(CCKEXT_COMMON_FUNCTIONS) \
divxc3 \
fixunsxfdi \