| Index: tools/gyp/configurations_xcode.gypi
|
| diff --git a/tools/gyp/configurations_xcode.gypi b/tools/gyp/configurations_xcode.gypi
|
| index 8ddb3dc2cc731fead4fd2c4b6ca8e9cf36dd8c1b..c308bdfc1f641f3a362f207716dd385669845fad 100644
|
| --- a/tools/gyp/configurations_xcode.gypi
|
| +++ b/tools/gyp/configurations_xcode.gypi
|
| @@ -13,15 +13,7 @@
|
|
|
| {
|
| 'variables': {
|
| - # To switch to the LLVM based backend create a ~/.gyp/include.gypi
|
| - # including:
|
| - #
|
| - # {
|
| - # 'variables': {
|
| - # 'xcode_gcc_version': 'com.apple.compilers.llvmgcc42',
|
| - # }
|
| - # }
|
| - 'xcode_gcc_version%': '4.2',
|
| + 'xcode_gcc_version%': '<!(python <(DEPTH)/tools/gyp/find_mac_gcc_version.py)',
|
| },
|
| 'target_defaults': {
|
| 'configurations': {
|
|
|