ppc: Add little-endian support.

This commit is contained in:
Marcin Kościelnicki 2016-07-09 10:17:09 +02:00
parent 1d40c34ec3
commit 270bfa6a08
2 changed files with 428 additions and 303 deletions

View File

@ -427,9 +427,6 @@
#if defined(_SOFT_FLOAT) || defined(_SOFT_DOUBLE)
#error "No support for PowerPC CPUs without double-precision FPU"
#endif
#if LJ_ARCH_ENDIAN == LUAJIT_LE
#error "No support for little-endian PPC"
#endif
#if LJ_ARCH_PPC_ELFV2
#error "No support for PPC ELFv2"
#endif

File diff suppressed because it is too large Load Diff