projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
691fce4
)
removed sh4 user build (not usable yet)
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 3 May 2006 20:18:43 +0000
(20:18 +0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 3 May 2006 20:18:43 +0000
(20:18 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1897
c046a42c
-6fe2-441c-8c8c-
71466251a162
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 6845fccca606015298989109ed17c27b5cb416d8..ae10b581caf873200ca5b8cd43d97642ddb0052a 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-356,7
+356,7
@@
if test -z "$target_list" ; then
fi
# the following are Linux specific
if [ "$user" = "yes" ] ; then
- target_list="i386-user arm-user armeb-user sparc-user ppc-user mips-user mipsel-user
sh4-user
$target_list"
+ target_list="i386-user arm-user armeb-user sparc-user ppc-user mips-user mipsel-user $target_list"
fi
else
target_list=`echo "$target_list" | sed -e 's/,/ /g'`