comma separated list of targets in --target-list (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1454 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-06-05 15:56:02 +00:00
parent cadae95f33
commit 6e20a45f53
1 changed files with 2 additions and 0 deletions

2
configure vendored
View File

@ -215,6 +215,8 @@ if test -z "$target_list" ; then
if [ "$linux" = "yes" ] ; then
target_list="i386-user arm-user armeb-user sparc-user ppc-user $target_list"
fi
else
target_list=$(echo "$target_list" | sed -e 's/,/ /g')
fi
if test -z "$cross_prefix" ; then