From f1ed9c711fd901acee1f8f22f8e7a4440f181fe5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 29 Sep 2013 15:12:34 +0200 Subject: bring qemu-sh and aranym-m68k in shape --- scripts/create-sys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/create-sys') diff --git a/scripts/create-sys b/scripts/create-sys index c34a6ac3a..d34a0e443 100755 --- a/scripts/create-sys +++ b/scripts/create-sys @@ -32,7 +32,7 @@ for i in $systems;do systemu=$(echo $system|tr '[:upper:]' '[:lower:]') system=$(echo $system|tr '[:upper:]_' '[:lower:]-') system=$(echo $system|sed 's#x86-64#x86_64#') - if [ "${system%-*}" = "toolchain" -o "${system%-*}" = "qemu" -o "${system%-*}" = "vbox" ];then + if [ "${system%-*}" = "toolchain" -o "${system%-*}" = "qemu" -o "${system%-*}" = "vbox" -o "${system%-*}" = "aranym" ];then printf "\tdefault \"${system%-*}\" if ADK_$systemu\n" >> $topdir/target/config/Config.in.system.default else printf "\tdefault \"${system}\" if ADK_$systemu\n" >> $topdir/target/config/Config.in.system.default -- cgit v1.2.3