summaryrefslogtreecommitdiff
path: root/scripts/update-sys
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-08-29 10:38:53 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-08-29 10:38:53 +0200
commit57ab7c72776b41369d951bf4eb99d900c7ec5f6c (patch)
tree44ff8b93f79454f59ba46dc41558801488f13edd /scripts/update-sys
parent61104736912c7811abf505418c8202262e3cd0ac (diff)
parentee4ae7d878da34b9f45df1c5704d31646e1e323b (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 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