diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-06-05 15:56:02 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-06-05 15:56:02 +0000 |
commit | 6e20a45f53c1b6edb37ec81d59d3a9764d924b02 (patch) | |
tree | dfa10b6d5151b046faaaa0fae2e746745a5352cc /configure | |
parent | cadae95f334026f5089295bdd6fa8f890e0c31a7 (diff) | |
download | qemu-6e20a45f53c1b6edb37ec81d59d3a9764d924b02.zip |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |