mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 07:34:07 +00:00
ARM: Allow compilation in thumb mode (CCOPT_ARM=-mthumb).
This commit is contained in:
parent
a1ffb6114f
commit
4fbacaf887
@ -190,9 +190,6 @@
|
|||||||
#if defined(__ARMEB__)
|
#if defined(__ARMEB__)
|
||||||
#error "No support for big-endian ARM"
|
#error "No support for big-endian ARM"
|
||||||
#endif
|
#endif
|
||||||
#if defined(__thumb__) || defined(__thumb2__)
|
|
||||||
#error "No support for Thumb instruction set (yet)"
|
|
||||||
#endif
|
|
||||||
#if !__ARM_EABI__
|
#if !__ARM_EABI__
|
||||||
#error "Only ARM EABI is supported"
|
#error "Only ARM EABI is supported"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user