summaryrefslogtreecommitdiff
path: root/scripts/create-sys
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-31 09:13:26 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-31 09:13:26 +0200
commit4b7a075453479e183a02e34bf1177ef5538f026a (patch)
tree4b9684a91f0f6c9f34ef950aa5224d37c6471dc6 /scripts/create-sys
parent1815107e44f048cc810cb2fd4ccd15510c57b420 (diff)
add support for virtualbox emulator
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 ffa0ed70f..c34a6ac3a 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" ];then
+ if [ "${system%-*}" = "toolchain" -o "${system%-*}" = "qemu" -o "${system%-*}" = "vbox" ];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