Reviewers: Weiliang, haitao.feng, Samuel Xu, chunyang.dai,
Message:
PTAL
Description:
Make x32 compile with gcc.
BUG=chromium:430032
LOG=n
Please review this at https://codereview.chromium.org/1156183004/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+1, -1 lines):
M build/standalone.gypi
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index
1855d7c06c9e976d25390a8cd9a4c8b9ae7bbdfa..6d3d55d4c4cc89457c00f494ba8c93e339df3177
100644
--- 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,
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.