Explorar el Código

make configure accept mipsel

Rich Felker hace 12 años
padre
commit
721564a264
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      configure

+ 1 - 1
configure

@@ -197,7 +197,7 @@ case "$target" in
 arm*) ARCH=arm ;;
 i?86*) ARCH=i386 ;;
 x86_64*) ARCH=x86_64 ;;
-mips-*) ARCH=mips ;;
+mips-*|mipsel-*) ARCH=mips ;;
 unknown) fail "$0: unable to detect target arch; try $0 --target=..." ;;
 *) fail "$0: unknown or unsupported target \"$target\"" ;;
 esac