projects
/
platform
/
upstream
/
v8.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0ea081
)
Reland Make clang the default on linux.
author
machenbach
<machenbach@chromium.org>
Wed, 21 Jan 2015 22:24:53 +0000
(14:24 -0800)
committer
Commit 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
patch
|
blob
|
history
diff --git
a/build/standalone.gypi
b/build/standalone.gypi
index 59caed2e6ebaacb179781c8ff1b801d14575dff3..0e36b0e5f522bd77b2d863063cc114560179fa6c 100644
(file)
--- a/
build/standalone.gypi
+++ b/
build/standalone.gypi
@@
-146,7
+146,7
@@
}, {
'v8_enable_gdbjit%': 0,
}],
- ['
OS=="mac"
', {
+ ['
(OS=="linux" or OS=="mac") and (target_arch=="ia32" or target_arch=="x64")
', {
'clang%': 1,
}, {
'clang%': 0,