From 83b06f4f07ae26ef02fd909f18288f43ed4c3c29 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 29 Aug 2011 04:52:58 +0200 Subject: it must be cpuarch, otherwise qemu-mips is not distinguished from qemu-mipsel --- scripts/update-sys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-sys b/scripts/update-sys index 268184428..bcfbfa84e 100755 --- a/scripts/update-sys +++ b/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 -- cgit v1.2.3