projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cadae95
)
comma separated list of targets in --target-list (Paul Brook)
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 5 Jun 2005 15:56:02 +0000
(15:56 +0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 5 Jun 2005 15:56:02 +0000
(15:56 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1454
c046a42c
-6fe2-441c-8c8c-
71466251a162
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 6deafb23726916fed66003a36491dc20d4a85336..ed4c4f745b0dee5dde5906f512651f1304ec5e49 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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