Explorar o código

Properly fail unsupported cross-compile to MIPS64.

Mike Pall %!s(int64=10) %!d(string=hai) anos
pai
achega
7ff476804e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/lj_arch.h

+ 3 - 0
src/lj_arch.h

@@ -340,6 +340,9 @@
 #if defined(__mips_soft_float)
 #error "No support for MIPS CPUs without FPU"
 #endif
+#if defined(_LP64)
+#error "No support for MIPS64"
+#endif
 #endif
 #endif