Bug 560570 - ARM arch detection for RVCT compiler (r=stejohns+)

--HG--
extra : convert_revision : c79dae5ba88018f3cfa06621064008a21e39e49f
This commit is contained in:
Edwin Smith 2010-05-19 20:52:18 -04:00
parent c79040e8f9
commit 09708715d6

View File

@ -96,6 +96,11 @@
#define NJ_COMPILER_ARM_ARCH _M_ARM
// RVCT
#elif defined(__TARGET_ARCH_ARM)
#define NJ_COMPILER_ARM_ARCH __TARGET_ARCH_ARM
#else
// non-numeric value