summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-16 00:20:40 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-16 00:20:40 +0000
commit25a3ff17239fade309b1fc789320998a7b759609 (patch)
tree700492263f34362c27fa779330abba30d0e9e75e /make
parent2bf93403298e46a32423c9e66d26b5436d0748ea (diff)
downloadcompiler-rt-25a3ff17239fade309b1fc789320998a7b759609.tar.gz
compiler-rt-25a3ff17239fade309b1fc789320998a7b759609.tar.bz2
compiler-rt-25a3ff17239fade309b1fc789320998a7b759609.tar.xz
build/darwin_bni: Remove consistency check I added, I forgot we always load
every platform (even if it isn't being built). git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144740 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'make')
-rw-r--r--make/platform/darwin_bni.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/make/platform/darwin_bni.mk b/make/platform/darwin_bni.mk
index eddac8b5..477e072d 100644
--- a/make/platform/darwin_bni.mk
+++ b/make/platform/darwin_bni.mk
@@ -6,9 +6,6 @@ Configs := Debug Release Profile Static
# We override this with RC_ARCHS because B&I may want to build on an ARCH we
# haven't explicitly defined support for. If all goes well, this will just work
# and the resulting lib will just have generic versions for anything unknown.
-ifndef RC_ARCHS
-$(error "unexpected build of 'darwin_bni' platform without RC_ARCHS set")
-endif
UniversalArchs := $(RC_ARCHS)
ifneq (,$(SDKROOT))