From b72c8fafc0bd2049b93936685b7287e55ce18cba Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 3 Jan 2011 20:52:25 +0100 Subject: fix qemu targets, make them bootable again --- scripts/update-sys | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/update-sys b/scripts/update-sys index 7b5688b83..dd1b4c9a5 100755 --- a/scripts/update-sys +++ b/scripts/update-sys @@ -1,4 +1,5 @@ #!/usr/bin/env bash +#set -x # 1. create Config.in.systems with all available target systems for each architecture # 2. if ADK configuration exist, create Config.in.arch/Config.in.system with fixed values # 3. exit when native system build is detected @@ -47,7 +48,7 @@ config $archsym boolean EOF -if [ "${system}" = "toolchain" ];then +if [ "${system}" = "toolchain" -o "${system}" = "qemu" ];then sys=${system}-$arch else sys=$system -- cgit v1.2.3