summaryrefslogtreecommitdiff
path: root/scripts/update-sys
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-08-29 02:57:59 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-08-29 02:57:59 +0200
commit61104736912c7811abf505418c8202262e3cd0ac (patch)
treeb6a0709d2c36a8423e61895a84755d5d1fdf4d21 /scripts/update-sys
parent262c556759cc36fecca894721c91b06a6ce3b8f0 (diff)
parentb2e4d29ea9c3c2f5b99264bd270d4257439dfc3f (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts/update-sys')
-rwxr-xr-xscripts/update-sys2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-sys b/scripts/update-sys
index bcfbfa84e..268184428 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}-$cpuarch
+ sys=${system}-$arch
else
sys=$system
fi