Allow for compiling with xcode 5.1 (which doesn't have gcc anymore)
BUG=none R=jkummerow@chromium.org, machenbach@chromium.org LOG=y Review URL: https://codereview.chromium.org/196983006 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19917 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
4efa199fc0
commit
a992481b9e
@ -344,6 +344,12 @@
|
||||
}, {
|
||||
'xcode_settings': {'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES'},
|
||||
}],
|
||||
['clang==1', {
|
||||
'xcode_settings': {
|
||||
'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
|
||||
'CLANG_CXX_LANGUAGE_STANDARD': 'gnu++11', # -std=gnu++11
|
||||
},
|
||||
}],
|
||||
],
|
||||
'target_conditions': [
|
||||
['_type!="static_library"', {
|
||||
|
Loading…
Reference in New Issue
Block a user