aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lj_arch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h
index 57940e94..50a6ef00 100644
--- a/src/lj_arch.h
+++ b/src/lj_arch.h
@@ -217,6 +217,9 @@
217#if defined(__ARMEB__) 217#if defined(__ARMEB__)
218#error "No support for big-endian ARM" 218#error "No support for big-endian ARM"
219#endif 219#endif
220#if defined(__ARM_PCS_VFP)
221#error "No support for ARM hard-float ABI (yet)"
222#endif
220#if !(__ARM_EABI__ || LJ_TARGET_OSX) 223#if !(__ARM_EABI__ || LJ_TARGET_OSX)
221#error "Only ARM EABI or iOS 3.0+ ABI is supported" 224#error "Only ARM EABI or iOS 3.0+ ABI is supported"
222#endif 225#endif