blob: f5ba7f649aba6d362f28dc03e354ee5cada33ab7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naurp gxemul-0.3.1.orig/configure gxemul-0.3.1/configure
--- gxemul-0.3.1.orig/configure 2005-03-28 15:55:15.000000000 -0500
+++ gxemul-0.3.1/configure 2005-04-11 14:24:24.662918008 -0400
@@ -1098,7 +1098,7 @@ if [ z$ENABLEMIPS = zYES ]; then
printf "Checking for a GNU cross-compiler for 64-bit MIPS... "
echo 'int f(int x) { return x; }' > _testprog.c
- for MIPS_TRY in mips64-unknown-elf mips64-elf mips-unknown-elf64; do
+ for MIPS_TRY in mips64-unknown-elf mips64-elf mips-unknown-elf64 mips-unknown-linux-gnu mips-linux; do
printf '#!/bin/sh\n'$MIPS_TRY'-gcc _testprog.c -c\n' > _test.sh
chmod 755 _test.sh
rm -f _testprog.o
|