From 44f740c6f1131aab5f19635003854a0f3f39074a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 2 Jan 2011 22:27:37 +0100 Subject: more make bulk fixes. sparc eglibc is broken. add special handling for qemu targets --- scripts/create-sys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/create-sys b/scripts/create-sys index 9227a5a14..6e61e017c 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" ];then + if [ "${system%-*}" = "toolchain" -o "${system%-*}" = "qemu" ];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