Revision: 12140
Author:   [email protected]
Date:     Thu Jul 19 02:49:12 2012
Log:      Fix compilation for ARMv5TEJ

BUG=
TEST=Compiling for ARMv5TEJ

Review URL: https://chromiumcodereview.appspot.com/10784013
Patch from Remi Duraffort <[email protected]>.
http://code.google.com/p/v8/source/detail?r=12140

Modified:
 /branches/bleeding_edge/src/arm/constants-arm.h

=======================================
--- /branches/bleeding_edge/src/arm/constants-arm.h     Mon Jan 16 04:38:59 2012
+++ /branches/bleeding_edge/src/arm/constants-arm.h     Thu Jul 19 02:49:12 2012
@@ -56,8 +56,9 @@
 # define CAN_USE_ARMV6_INSTRUCTIONS 1
 #endif

-#if defined(__ARM_ARCH_5T__)            || \
-    defined(__ARM_ARCH_5TE__)           || \
+#if defined(__ARM_ARCH_5T__)             || \
+    defined(__ARM_ARCH_5TE__)            || \
+    defined(__ARM_ARCH_5TEJ__)           || \
     defined(CAN_USE_ARMV6_INSTRUCTIONS)
 # define CAN_USE_ARMV5_INSTRUCTIONS 1
 # define CAN_USE_THUMB_INSTRUCTIONS 1

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to