Przeglądaj źródła

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

Waldemar Brodkorb 14 lat temu
rodzic
commit
83b06f4f07
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      scripts/update-sys

+ 1 - 1
scripts/update-sys

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