Explorar el Código

it must be cpuarch, otherwise qemu-mips is not distinguished from qemu-mipsel

Waldemar Brodkorb hace 12 años
padre
commit
83b06f4f07
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/update-sys

+ 1 - 1
scripts/update-sys

@@ -50,7 +50,7 @@ config $archsym
 EOF
 
 if [ "${system}" = "toolchain" -o "${system}" = "qemu" ];then
-	sys=${system}-$arch
+	sys=${system}-$cpuarch
 else
 	sys=$system
 fi