Reviewers: jochen (slow),

Message:
PTAL. Our mips builder has it's own compiler and overwrites CC and CXX.

Description:
Make clang the default on linux.

BUG=

Please review this at https://codereview.chromium.org/781983002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+1, -1 lines):
  M build/standalone.gypi


Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index 76fa7191eb54954e48ccd7439236cf0b94257d6c..4bca90a50b909c62ea1cd5baaefd8eeb9acaf783 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -118,7 +118,7 @@
       }, {
         'v8_enable_gdbjit%': 0,
       }],
-      ['OS=="mac"', {
+      ['OS=="mac" or OS=="linux"', {
         'clang%': 1,
       }, {
         'clang%': 0,


--
--
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