[project @ 2003-11-04 00:38:34 by dons]
authordons <unknown>
Tue, 4 Nov 2003 00:38:34 +0000 (00:38 +0000)
committerdons <unknown>
Tue, 4 Nov 2003 00:38:34 +0000 (00:38 +0000)
Error out if user tries to use in-tree GMP on mips.
Too many arithmetic errors in the resulting compiler otherwise.

configure.ac

index 360b07b..baa2f7d 100644 (file)
@@ -1127,8 +1127,8 @@ if test $HaveLibMingwEx = YES ; then
 fi
 
 if test "$HaveLibGmp" = "NO"; then
 fi
 
 if test "$HaveLibGmp" = "NO"; then
-if test "$HostArch_CPP" = "ia64"; then
-AC_MSG_ERROR([You need to install libgmp (the in-tree version does not work on IA64).])
+if test "$HostArch_CPP" = "ia64" -o "$HostArch_CPP" = "mipseb" ; then
+AC_MSG_ERROR([You need to install libgmp (the in-tree version does not work on IA64 or mips64).])
 fi;
 fi;
 
 fi;
 fi;