From: aurel32 Date: Mon, 15 Dec 2008 17:13:19 +0000 (+0000) Subject: configure: also switch ppc64abi32 and ppcemb to CONFIG_SOFTFLOAT X-Git-Tag: release_0_10_0~643 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71e991fdfa2f650a8e616920c2c32663e486bc32;p=thirdparty%2Fqemu.git configure: also switch ppc64abi32 and ppcemb to CONFIG_SOFTFLOAT Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6043 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/configure b/configure index 455dbef364e..abed7afcf4a 100755 --- a/configure +++ b/configure @@ -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