Commit 8915ee7414146babf3ea58e73417f0ad274b88e4
1 parent
c5e814b2
Enable sh4-softmmu and sh4-linux-user builds by default, by Magnus Damm.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3274 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
2 deletions
configure
... | ... | @@ -497,11 +497,11 @@ fi |
497 | 497 | if test -z "$target_list" ; then |
498 | 498 | # these targets are portable |
499 | 499 | if [ "$softmmu" = "yes" ] ; then |
500 | - target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu arm-softmmu ppc64-softmmu ppcemb-softmmu m68k-softmmu" | |
500 | + target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu arm-softmmu ppc64-softmmu ppcemb-softmmu m68k-softmmu sh4-softmmu" | |
501 | 501 | fi |
502 | 502 | # the following are Linux specific |
503 | 503 | if [ "$linux_user" = "yes" ] ; then |
504 | - target_list="i386-linux-user arm-linux-user armeb-linux-user sparc-linux-user ppc-linux-user mips-linux-user mipsel-linux-user m68k-linux-user alpha-linux-user ppc64-linux-user $target_list" | |
504 | + target_list="i386-linux-user arm-linux-user armeb-linux-user sparc-linux-user ppc-linux-user mips-linux-user mipsel-linux-user m68k-linux-user alpha-linux-user ppc64-linux-user sh4-linux-user $target_list" | |
505 | 505 | fi |
506 | 506 | # the following are Darwin specific |
507 | 507 | if [ "$darwin_user" = "yes" ] ; then | ... | ... |