mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 07:34:07 +00:00
ARM: Error out for attempt to compile with hard-float ABI.
This commit is contained in:
parent
60b8e9e2fb
commit
2d8f3d75df
@ -217,6 +217,9 @@
|
|||||||
#if defined(__ARMEB__)
|
#if defined(__ARMEB__)
|
||||||
#error "No support for big-endian ARM"
|
#error "No support for big-endian ARM"
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(__ARM_PCS_VFP)
|
||||||
|
#error "No support for ARM hard-float ABI (yet)"
|
||||||
|
#endif
|
||||||
#if !(__ARM_EABI__ || LJ_TARGET_OSX)
|
#if !(__ARM_EABI__ || LJ_TARGET_OSX)
|
||||||
#error "Only ARM EABI or iOS 3.0+ ABI is supported"
|
#error "Only ARM EABI or iOS 3.0+ ABI is supported"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user