Reviewers: Jakob,
Message:
PTAL
Description:
Enable VFP instructions for Android.
[email protected]
BUG=none
TEST=none
Please review this at http://codereview.chromium.org/8437047/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M tools/gyp/v8.gyp
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',
- ]}],
+ ]
+ }],
],
},
{
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev