summaryrefslogtreecommitdiff
path: root/src/lj_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_arch.h')
-rw-r--r--src/lj_arch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h
index f179cf80..b361e3dc 100644
--- a/src/lj_arch.h
+++ b/src/lj_arch.h
@@ -194,8 +194,8 @@
194#if defined(__ARMEB__) 194#if defined(__ARMEB__)
195#error "No support for big-endian ARM" 195#error "No support for big-endian ARM"
196#endif 196#endif
197#if !__ARM_EABI__ 197#if !(__ARM_EABI__ || LJ_TARGET_OSX)
198#error "Only ARM EABI is supported" 198#error "Only ARM EABI or iOS 3.0+ ABI is supported"
199#endif 199#endif
200#elif LJ_TARGET_PPC 200#elif LJ_TARGET_PPC
201#if defined(_SOFT_FLOAT) || defined(_SOFT_DOUBLE) 201#if defined(_SOFT_FLOAT) || defined(_SOFT_DOUBLE)