mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 560570 - ARM arch detection for RVCT compiler (r=stejohns+)
--HG-- extra : convert_revision : c79dae5ba88018f3cfa06621064008a21e39e49f
This commit is contained in:
parent
c79040e8f9
commit
09708715d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user