| 230 |
target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu arm-softmmu" |
target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu arm-softmmu" |
| 231 |
# the following are Linux specific |
# the following are Linux specific |
| 232 |
if [ "$linux" = "yes" ] ; then |
if [ "$linux" = "yes" ] ; then |
| 233 |
target_list="i386-user arm-user armeb-user sparc-user ppc-user $target_list" |
target_list="i386-user arm-user armeb-user sparc-user ppc-user mips-user $target_list" |
| 234 |
fi |
fi |
| 235 |
else |
else |
| 236 |
target_list=$(echo "$target_list" | sed -e 's/,/ /g') |
target_list=$(echo "$target_list" | sed -e 's/,/ /g') |