| Index: build/common.gypi
|
| ===================================================================
|
| --- build/common.gypi (revision 15486)
|
| +++ build/common.gypi (working copy)
|
| @@ -390,7 +390,19 @@
|
| },
|
| },
|
| 'msvs_configuration_platform': 'x64',
|
| - }], # v8_target_arch=="x64"
|
| + }], # v8_target_arch=="x32"
|
| + ['v8_target_arch=="x32"', {
|
| + 'defines': [
|
| + 'V8_TARGET_ARCH_X32',
|
| + ],
|
| + 'cflags': [
|
| + '-mx32',
|
| + '-Wno-long-long',
|
| + ],
|
| + 'ldflags': [
|
| + '-mx32',
|
| + ],
|
| + }], # v8_target_arch=="x32"
|
| ['v8_compress_startup_data=="bz2"', {
|
| 'defines': [
|
| 'COMPRESS_STARTUP_DATA_BZ2',
|
|
|