Index: tools/gyp/v8.gyp |
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp |
index 34ad4c43be6be6a895643599aac4bfe8cd0a26a5..b4d074b731df13c9bd94c42f399184d7b3827306 100644 |
--- a/tools/gyp/v8.gyp |
+++ b/tools/gyp/v8.gyp |
@@ -591,7 +591,8 @@ |
['v8_compress_startup_data=="bz2"', { |
'libraries': [ |
'-lbz2', |
- ]}], |
+ ] |
+ }], |
], |
}, |
'sources': [ |
@@ -601,6 +602,9 @@ |
} |
], |
['OS=="android"', { |
+ 'defines': [ |
+ 'CAN_USE_VFP_INSTRUCTIONS', |
+ ], |
'sources': [ |
'../../src/platform-posix.cc', |
], |
@@ -772,8 +776,8 @@ |
['v8_compress_startup_data=="bz2"', { |
'libraries': [ |
'-lbz2', |
- ]} |
- ], |
+ ] |
+ }], |
], |
}, |
{ |
@@ -798,7 +802,8 @@ |
['v8_compress_startup_data=="bz2"', { |
'libraries': [ |
'-lbz2', |
- ]}], |
+ ] |
+ }], |
], |
}, |
{ |