| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 29b30c7212ee93a827c2ae9ead05450c45363aea..fb8a94a67a9a3999ca4502a339ef6ed0af7ba725 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -464,7 +464,8 @@
|
| }],
|
| ],
|
| }],
|
| - ['(OS=="linux") and (v8_target_arch=="x64")', {
|
| + ['(OS=="linux" or OS=="android") and \
|
| + (v8_target_arch=="x64" or v8_target_arch=="a64")', {
|
| # Check whether the host compiler and target compiler support the
|
| # '-m64' option and set it if so.
|
| 'target_conditions': [
|
|
|