diff options
Diffstat (limited to 'src/lj_arch.h')
-rw-r--r-- | src/lj_arch.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h index ff4628df..fff40838 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
@@ -157,7 +157,6 @@ | |||
157 | #define LJ_ARCH_HASFPU 1 | 157 | #define LJ_ARCH_HASFPU 1 |
158 | #define LJ_ABI_SOFTFP 1 | 158 | #define LJ_ABI_SOFTFP 1 |
159 | #define LJ_ABI_EABI 1 | 159 | #define LJ_ABI_EABI 1 |
160 | #define LJ_TARGET_PPC 1 | ||
161 | #define LJ_TARGET_PPCSPE 1 | 160 | #define LJ_TARGET_PPCSPE 1 |
162 | #define LJ_TARGET_EHRETREG 3 | 161 | #define LJ_TARGET_EHRETREG 3 |
163 | #define LJ_TARGET_JUMPRANGE 25 /* +-2^25 = +-32MB */ | 162 | #define LJ_TARGET_JUMPRANGE 25 /* +-2^25 = +-32MB */ |
@@ -206,7 +205,7 @@ | |||
206 | #if !(__ARM_EABI__ || LJ_TARGET_OSX) | 205 | #if !(__ARM_EABI__ || LJ_TARGET_OSX) |
207 | #error "Only ARM EABI or iOS 3.0+ ABI is supported" | 206 | #error "Only ARM EABI or iOS 3.0+ ABI is supported" |
208 | #endif | 207 | #endif |
209 | #elif LJ_TARGET_PPC | 208 | #elif LJ_TARGET_PPC || LJ_TARGET_PPCSPE |
210 | #if defined(_SOFT_FLOAT) || defined(_SOFT_DOUBLE) | 209 | #if defined(_SOFT_FLOAT) || defined(_SOFT_DOUBLE) |
211 | #error "No support for PowerPC CPUs without double-precision FPU" | 210 | #error "No support for PowerPC CPUs without double-precision FPU" |
212 | #endif | 211 | #endif |