Commit 3fd5b96f authored by jochen's avatar jochen Committed by Commit bot

Revert of Make clang the default on linux. (patchset #2 id:20001 of...

Revert of Make clang the default on linux. (patchset #2 id:20001 of https://codereview.chromium.org/781983002/)

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}
parent bcb42872
......@@ -122,7 +122,7 @@
}, {
'v8_enable_gdbjit%': 0,
}],
['OS=="linux" or OS=="mac"', {
['OS=="mac"', {
'clang%': 1,
}, {
'clang%': 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment