mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +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__)
|
||||
#error "No support for big-endian ARM"
|
||||
#endif
|
||||
#if defined(__ARM_PCS_VFP)
|
||||
#error "No support for ARM hard-float ABI (yet)"
|
||||
#endif
|
||||
#if !(__ARM_EABI__ || LJ_TARGET_OSX)
|
||||
#error "Only ARM EABI or iOS 3.0+ ABI is supported"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user