Properly fail unsupported cross-compile to MIPS64.
This commit is contained in:
@@ -340,6 +340,9 @@
|
|||||||
#if defined(__mips_soft_float)
|
#if defined(__mips_soft_float)
|
||||||
#error "No support for MIPS CPUs without FPU"
|
#error "No support for MIPS CPUs without FPU"
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(_LP64)
|
||||||
|
#error "No support for MIPS64"
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user