summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2013-06-26 16:35:16 +0000
committerBob Wilson <bob.wilson@apple.com>2013-06-26 16:35:16 +0000
commit8e4d371a0b4bf4704b8984732b3bd91a85850582 (patch)
treed0cbbcb57e4e996a48ad35055f6fb0160b26a1af /make
parenta52e5c6f371bcc66e89792db1219a557664aab8d (diff)
Revert "Temporarily disable building the armv7 variants of profile_ios on"
This reverts commit r184816. With Chandler's change in r184929, this should no longer be necessary. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@184961 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'make')
-rw-r--r--make/platform/clang_darwin.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/make/platform/clang_darwin.mk b/make/platform/clang_darwin.mk
index 12920e250..cb61744e5 100644
--- a/make/platform/clang_darwin.mk
+++ b/make/platform/clang_darwin.mk
@@ -67,12 +67,7 @@ UniversalArchs.cc_kext_ios5 := $(call CheckArches,x86_64 armv7,cc_kext_ios5)
Configs += profile_osx
UniversalArchs.profile_osx := $(call CheckArches,i386 x86_64,profile_osx)
Configs += profile_ios
-# FIXME: I've removed the armv7 configs for profile_ios until a viable solution
-# to using the *actual* SDK instead of a fake SDK sysroot is found (or until
-# the fake SDK sysroot is expanded correctly for darwin errno on all the
-# various platforms that I can't find out about).
-#UniversalArchs.profile_ios := $(call CheckArches,i386 x86_64 armv7,profile_ios)
-UniversalArchs.profile_ios := $(call CheckArches,i386 x86_64,profile_ios)
+UniversalArchs.profile_ios := $(call CheckArches,i386 x86_64 armv7,profile_ios)
# Configurations which define the ASAN support functions.
Configs += asan_osx_dynamic