Reland Make clang the default on linux.
authormachenbach <machenbach@chromium.org>
Wed, 21 Jan 2015 22:24:53 +0000 (14:24 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 21 Jan 2015 22:25:05 +0000 (22:25 +0000)
TBR=jochen@chromium.org,jkummerow@chromium.org
NOTREECHECKS=true
NOTRY=true

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

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

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,