| Index: build/standalone.gypi
|
| ===================================================================
|
| --- build/standalone.gypi (revision 9531)
|
| +++ build/standalone.gypi (working copy)
|
| @@ -35,20 +35,24 @@
|
| 'msvs_multi_core_compile%': '1',
|
| 'variables': {
|
| 'variables': {
|
| - 'conditions': [
|
| - [ 'OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
|
| - # This handles the Linux platforms we generally deal with. Anything
|
| - # else gets passed through, which probably won't work very well; such
|
| - # hosts should pass an explicit target_arch to gyp.
|
| - 'host_arch%':
|
| - '<!(uname -m | sed -e "s/i.86/ia32/;s/x86_64/x64/;s/amd64/x64/;s/arm.*/arm/")',
|
| - }, { # OS!="linux" and OS!="freebsd" and OS!="openbsd"
|
| - 'host_arch%': 'ia32',
|
| - }],
|
| - ],
|
| + 'variables': {
|
| + 'conditions': [
|
| + [ 'OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
|
| + # This handles the Linux platforms we generally deal with. Anything
|
| + # else gets passed through, which probably won't work very well; such
|
| + # hosts should pass an explicit target_arch to gyp.
|
| + 'host_arch%':
|
| + '<!(uname -m | sed -e "s/i.86/ia32/;s/x86_64/x64/;s/amd64/x64/;s/arm.*/arm/")',
|
| + }, { # OS!="linux" and OS!="freebsd" and OS!="openbsd"
|
| + 'host_arch%': 'ia32',
|
| + }],
|
| + ],
|
| + },
|
| + 'host_arch%': '<(host_arch)',
|
| + 'target_arch%': '<(host_arch)',
|
| },
|
| 'host_arch%': '<(host_arch)',
|
| - 'target_arch%': '<(host_arch)',
|
| + 'target_arch%': '<(target_arch)',
|
| 'v8_target_arch%': '<(target_arch)',
|
| },
|
| 'host_arch%': '<(host_arch)',
|
|
|