diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-02 13:06:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-02 13:06:50 +0200 |
commit | 984ea37e4ecdc7fb5e277bf5a045af73b5204791 (patch) | |
tree | ab106aa77066da3ff699b0421ade63d2e15a9dec /scripts/create-sys | |
parent | 9c99c075a925519eb073744d9cbdaee596abb4ab (diff) | |
parent | 771da6d340f447a74dd9306c866219a5e5b85b0d (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts/create-sys')
-rwxr-xr-x | scripts/create-sys | 2 |
1 files changed, 1 insertions, 1 deletions
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 |