Revision: 12807 Author: [email protected] Date: Wed Oct 24 05:38:24 2012 Log: Define CAN_USE_ARMV7_INSTRUCTIONS if armv7 gyp flag is set.
[email protected] Review URL: https://chromiumcodereview.appspot.com/11274008 http://code.google.com/p/v8/source/detail?r=12807 Modified: /branches/bleeding_edge/build/common.gypi ======================================= --- /branches/bleeding_edge/build/common.gypi Thu Oct 18 08:26:37 2012 +++ /branches/bleeding_edge/build/common.gypi Wed Oct 24 05:38:24 2012 @@ -134,6 +134,11 @@ 'V8_TARGET_ARCH_ARM', ], 'conditions': [ + ['armv7==1', { + 'defines': [ + 'CAN_USE_ARMV7_INSTRUCTIONS=1', + ], + }], [ 'v8_can_use_unaligned_accesses=="true"', { 'defines': [ 'CAN_USE_UNALIGNED_ACCESSES=1', -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
