diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-29 15:12:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-29 15:12:34 +0200 |
commit | f1ed9c711fd901acee1f8f22f8e7a4440f181fe5 (patch) | |
tree | e585b143299b2ca765948e7034e1c524ea33eb48 /scripts/update-sys | |
parent | 653152122efe26199fd239c5c9df103d20b4396d (diff) |
bring qemu-sh and aranym-m68k in shape
Diffstat (limited to 'scripts/update-sys')
-rwxr-xr-x | scripts/update-sys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-sys b/scripts/update-sys index 64b56a7dd..6c82dc626 100755 --- a/scripts/update-sys +++ b/scripts/update-sys @@ -49,7 +49,7 @@ config $archsym boolean EOF -if [ "${system}" = "toolchain" -o "${system}" = "qemu" -o "${system}" = "vbox" ];then +if [ "${system}" = "toolchain" -o "${system}" = "qemu" -o "${system}" = "vbox" -o "${system}" = "aranym" ];then sys=${system}-$cpuarch else sys=$system |