diff options
author | Nick Kledzik <kledzik@apple.com> | 2011-04-14 00:39:01 +0000 |
---|---|---|
committer | Nick Kledzik <kledzik@apple.com> | 2011-04-14 00:39:01 +0000 |
commit | 012323dee9c766ebd23311083e17dba948d81cf8 (patch) | |
tree | 37b21a5dc72f6ee30c5fb2c1d377108ca0d8cf6f | |
parent | a5a9bafeb92eb991890219111167b47d9220d838 (diff) | |
download | bcm5719-llvm-012323dee9c766ebd23311083e17dba948d81cf8.tar.gz bcm5719-llvm-012323dee9c766ebd23311083e17dba948d81cf8.zip |
<rdar://problem/9173756> enable CC.Release to be used always
llvm-svn: 129487
-rw-r--r-- | compiler-rt/make/platform/darwin_bni.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/make/platform/darwin_bni.mk b/compiler-rt/make/platform/darwin_bni.mk index f15334f3194..14a1c197ec4 100644 --- a/compiler-rt/make/platform/darwin_bni.mk +++ b/compiler-rt/make/platform/darwin_bni.mk @@ -9,6 +9,8 @@ Configs := Debug Release Profile Static UniversalArchs := $(RC_ARCHS) ifeq (,$(SDKROOT)) + CC.Release := $(CC) + CC.Static := $(CC) else CC.Release := /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/cc CC.Static := /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/cc |