forked from OSchip/llvm-project
<rdar://problem/9173756> enable CC.Release to be used always
llvm-svn: 129487
This commit is contained in:
parent
a5a9bafeb9
commit
012323dee9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue