summaryrefslogtreecommitdiff
path: root/scripts/create-sys
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-09-30 17:35:16 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-09-30 17:35:16 +0200
commit9ede280b9516d45de5b61bace3e2a2036f95e0c7 (patch)
tree40683dea323c78b00822286983a4b119a43c2def /scripts/create-sys
parentcf4e06c6af0167f72d4d74364c618453783561a9 (diff)
parent6543c18cf4c000995ad69b9578caeae8aecdd80f (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts/create-sys')
-rwxr-xr-xscripts/create-sys2
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