瀏覽代碼

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

Waldemar Brodkorb 12 年之前
父節點
當前提交
83b06f4f07
共有 1 個文件被更改,包括 1 次插入1 次删除
  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