| 200 |
|
|
| 201 |
if test -z "$target_list" ; then |
if test -z "$target_list" ; then |
| 202 |
# these targets are portable |
# these targets are portable |
| 203 |
target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu sparc64-softmmu" |
target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu" |
| 204 |
# the following are Linux specific |
# the following are Linux specific |
| 205 |
if [ "$linux" = "yes" ] ; then |
if [ "$linux" = "yes" ] ; then |
| 206 |
target_list="i386-user arm-user armeb-user sparc-user ppc-user sparc64-user $target_list" |
target_list="i386-user arm-user armeb-user sparc-user ppc-user $target_list" |
| 207 |
fi |
fi |
| 208 |
fi |
fi |
| 209 |
|
|