diff options
author | aurel32 | 2008-12-15 18:13:19 +0100 |
---|---|---|
committer | aurel32 | 2008-12-15 18:13:19 +0100 |
commit | 71e991fdfa2f650a8e616920c2c32663e486bc32 (patch) | |
tree | 53e82d9e2d27bea7cac6d6d9e9b083e8a89b5601 /configure | |
parent | target-ppc: add signed fields to ppc_avr_t. (diff) | |
download | qemu-71e991fdfa2f650a8e616920c2c32663e486bc32.tar.gz qemu-71e991fdfa2f650a8e616920c2c32663e486bc32.tar.xz qemu-71e991fdfa2f650a8e616920c2c32663e486bc32.zip |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1656,6 +1656,8 @@ if test "$target_cpu" = "arm" \ -o "$target_cpu" = "mips64el" \ -o "$target_cpu" = "ppc" \ -o "$target_cpu" = "ppc64" \ + -o "$target_cpu" = "ppc64abi32" \ + -o "$target_cpu" = "ppcemb" \ -o "$target_cpu" = "sparc" \ -o "$target_cpu" = "sparc64" \ -o "$target_cpu" = "sparc32plus"; then |