Explorar o código

make configure accept mipsel

Rich Felker %!s(int64=12) %!d(string=hai) anos
pai
achega
721564a264
Modificáronse 1 ficheiros con 1 adicións e 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