Revert of Make clang the default on linux. (patchset #2 id:20001 of https://coderevie...
authorjochen <jochen@chromium.org>
Tue, 20 Jan 2015 15:15:17 +0000 (07:15 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 20 Jan 2015 15:15:28 +0000 (15:15 +0000)
Reason for revert:
breaks arm and mips compilation on main waterfall

Original issue's description:
> Make clang the default on linux.
>
> TBR=jochen@chromium.org
>
> Committed: https://crrev.com/006b5c5cfd8517563601f331bc7a57e13bfeb202
> Cr-Commit-Position: refs/heads/master@{#26164}

TBR=machenbach@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

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

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

build/standalone.gypi

index a714f59..5a29d99 100644 (file)
       }, {
         'v8_enable_gdbjit%': 0,
       }],
-      ['OS=="linux" or OS=="mac"', {
+      ['OS=="mac"', {
         'clang%': 1,
       }, {
         'clang%': 0,