Revision: 9861 Author: [email protected] Date: Wed Nov 2 03:57:03 2011 Log: Enable VFP instructions for Android.
[email protected] BUG=none TEST=none Review URL: http://codereview.chromium.org/8437047 http://code.google.com/p/v8/source/detail?r=9861 Modified: /branches/bleeding_edge/tools/gyp/v8.gyp ======================================= --- /branches/bleeding_edge/tools/gyp/v8.gyp Tue Oct 25 07:14:56 2011 +++ /branches/bleeding_edge/tools/gyp/v8.gyp Wed Nov 2 03:57:03 2011 @@ -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
