Parcourir la source

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

Waldemar Brodkorb il y a 12 ans
Parent
commit
83b06f4f07
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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