Revision: 19917
Author:   [email protected]
Date:     Fri Mar 14 07:47:08 2014 UTC
Log: Allow for compiling with xcode 5.1 (which doesn't have gcc anymore)

BUG=none
[email protected], [email protected]
LOG=y

Review URL: https://codereview.chromium.org/196983006
http://code.google.com/p/v8/source/detail?r=19917

Modified:
 /branches/bleeding_edge/build/standalone.gypi

=======================================
--- /branches/bleeding_edge/build/standalone.gypi Thu Mar 13 10:36:55 2014 UTC +++ /branches/bleeding_edge/build/standalone.gypi Fri Mar 14 07:47:08 2014 UTC
@@ -343,6 +343,12 @@
             'xcode_settings': {'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO'},
           }, {
             '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': [

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to