Commit 6e20a45f53c1b6edb37ec81d59d3a9764d924b02
1 parent
cadae95f
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
Showing
1 changed file
with
2 additions
and
0 deletions
configure
@@ -215,6 +215,8 @@ if test -z "$target_list" ; then | @@ -215,6 +215,8 @@ if test -z "$target_list" ; then | ||
215 | if [ "$linux" = "yes" ] ; then | 215 | if [ "$linux" = "yes" ] ; then |
216 | target_list="i386-user arm-user armeb-user sparc-user ppc-user $target_list" | 216 | target_list="i386-user arm-user armeb-user sparc-user ppc-user $target_list" |
217 | fi | 217 | fi |
218 | +else | ||
219 | + target_list=$(echo "$target_list" | sed -e 's/,/ /g') | ||
218 | fi | 220 | fi |
219 | 221 | ||
220 | if test -z "$cross_prefix" ; then | 222 | if test -z "$cross_prefix" ; then |