Browse Source

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

Waldemar Brodkorb 12 years ago
parent
commit
83b06f4f07
1 changed files with 1 additions and 1 deletions
  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