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:
db87d94
)
Make x32 compile with gcc.
author
machenbach
<machenbach@chromium.org>
Mon, 8 Jun 2015 07:14:35 +0000
(
00:14
-0700)
committer
Commit bot
<commit-bot@chromium.org>
Mon, 8 Jun 2015 07:14:40 +0000
(07:14 +0000)
BUG=chromium:430032
LOG=n
Review URL: https://codereview.chromium.org/
1156183004
Cr-Commit-Position: refs/heads/master@{#28821}
build/standalone.gypi
patch
|
blob
|
history
diff --git
a/build/standalone.gypi
b/build/standalone.gypi
index 1855d7c06c9e976d25390a8cd9a4c8b9ae7bbdfa..6d3d55d4c4cc89457c00f494ba8c93e339df3177 100644
(file)
--- a/
build/standalone.gypi
+++ b/
build/standalone.gypi
@@
-175,7
+175,7
@@
'v8_enable_gdbjit%': 0,
}],
['(OS=="linux" or OS=="mac") and (target_arch=="ia32" or target_arch=="x64") and \
- (v8_target_arch!="x87")', {
+ (v8_target_arch!="x87"
and v8_target_arch!="x32"
)', {
'clang%': 1,
}, {
'clang%': 0,