Reland Make clang the default on linux.
authormachenbach <machenbach@chromium.org>
Wed, 21 Jan 2015 19:32:04 +0000 (11:32 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 21 Jan 2015 19:32:12 +0000 (19:32 +0000)
BUG=

Review URL: https://codereview.chromium.org/861223002

Cr-Commit-Position: refs/heads/master@{#26204}

build/standalone.gypi

index 59caed2..0e36b0e 100644 (file)
       }, {
         'v8_enable_gdbjit%': 0,
       }],
-      ['OS=="mac"', {
+      ['(OS=="linux" or OS=="mac") and (target_arch=="ia32" or target_arch=="x64")', {
         'clang%': 1,
       }, {
         'clang%': 0,