| 227 |
|
|
| 228 |
if test -z "$target_list" ; then |
if test -z "$target_list" ; then |
| 229 |
# these targets are portable |
# these targets are portable |
| 230 |
target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-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 $target_list" |