| Index: build/standalone.gypi
|
| diff --git a/build/standalone.gypi b/build/standalone.gypi
|
| index e498f4cd102c411a5a9e5e9b2fc8309c66f0f0f9..cae63fe7ac58eb691dbc9f2d356bc969234647cb 100644
|
| --- a/build/standalone.gypi
|
| +++ b/build/standalone.gypi
|
| @@ -52,7 +52,11 @@
|
| # to gyp.
|
| 'host_arch%':
|
| '<!(uname -m | sed -e "s/i.86/ia32/;\
|
| - s/x86_64/x64/;s/amd64/x64/;s/arm.*/arm/;s/mips.*/mipsel/")',
|
| + s/x86_64/x64/;\
|
| + s/amd64/x64/;\
|
| + s/aarch64/a64/;\
|
| + s/arm.*/arm/;\
|
| + s/mips.*/mipsel/")',
|
| }, {
|
| # OS!="linux" and OS!="freebsd" and OS!="openbsd" and
|
| # OS!="netbsd" and OS!="mac"
|
| @@ -97,6 +101,7 @@
|
|
|
| 'conditions': [
|
| ['(v8_target_arch=="arm" and host_arch!="arm") or \
|
| + (v8_target_arch=="a64" and host_arch!="a64") or \
|
| (v8_target_arch=="mipsel" and host_arch!="mipsel") or \
|
| (v8_target_arch=="x64" and host_arch!="x64") or \
|
| (OS=="android" or OS=="qnx")', {
|
| @@ -299,7 +304,6 @@
|
| 'GCC_INLINES_ARE_PRIVATE_EXTERN': 'YES',
|
| 'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden
|
| 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics
|
| - 'GCC_VERSION': 'com.apple.compilers.llvmgcc42',
|
| 'GCC_WARN_ABOUT_MISSING_NEWLINE': 'YES', # -Wnewline-eof
|
| 'GCC_WARN_NON_VIRTUAL_DESTRUCTOR': 'YES', # -Wnon-virtual-dtor
|
| # MACOSX_DEPLOYMENT_TARGET maps to -mmacosx-version-min
|
|
|