Explorar el Código

convert mips64 to mips

Waldemar Brodkorb hace 15 años
padre
commit
aede4f8126
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      target/native/target.mk

+ 1 - 1
target/native/target.mk

@@ -1,4 +1,4 @@
-ARCH:=			$(shell uname -m|sed -e "s/i.*86/x86/" -e "s/_64//")
+ARCH:=			$(shell uname -m|sed -e "s/i.*86/x86/" -e "s/_\?64//")
 CPU_ARCH:=		$(shell uname -m)
 KERNEL_VERSION:=	2.6.33
 KERNEL_RELEASE:=	1