Commit 71e991fdfa2f650a8e616920c2c32663e486bc32
1 parent
ab5f265d
configure: also switch ppc64abi32 and ppcemb to CONFIG_SOFTFLOAT
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6043 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
0 deletions
configure
... | ... | @@ -1656,6 +1656,8 @@ if test "$target_cpu" = "arm" \ |
1656 | 1656 | -o "$target_cpu" = "mips64el" \ |
1657 | 1657 | -o "$target_cpu" = "ppc" \ |
1658 | 1658 | -o "$target_cpu" = "ppc64" \ |
1659 | + -o "$target_cpu" = "ppc64abi32" \ | |
1660 | + -o "$target_cpu" = "ppcemb" \ | |
1659 | 1661 | -o "$target_cpu" = "sparc" \ |
1660 | 1662 | -o "$target_cpu" = "sparc64" \ |
1661 | 1663 | -o "$target_cpu" = "sparc32plus"; then | ... | ... |