Skip to content
Snippets Groups Projects
Commit 61870a81 authored by Niels Möller's avatar Niels Möller
Browse files

Message fix for MIPS abi detection.

parent 21b5984e
No related branches found
No related tags found
No related merge requests found
...@@ -295,7 +295,7 @@ case "$host_cpu" in ...@@ -295,7 +295,7 @@ case "$host_cpu" in
*mips*) *mips*)
AC_TRY_COMPILE([ AC_TRY_COMPILE([
#if defined(__sgi) && defined(__LP64__) #if defined(__sgi) && defined(__LP64__)
#error 32-bit mips #error 64-bit mips
#endif #endif
], [], [ ], [], [
ABI=32 ABI=32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment