* configure.in (mips_fpu_bitsize) : Set this correctly for 32-bit mips
[binutils-gdb.git] / sim / mips / configure.in
index a32b57b16ba0fd0cc8961e0954058ac9f7839dd1..702a7e633398a8b4a72947d5501b90b43a58bdd0 100644 (file)
@@ -105,7 +105,7 @@ case "${target}" in
 # end-sanitize-r5900
   mips64*-*-*)          mips_fpu=HARD_FLOATING_POINT ;;
   mips16*-*-*)          mips_fpu=HARD_FLOATING_POINT ;;
-  mips*-*-*)            mips_fpu=HARD_FLOATING_POINT ;;
+  mips*-*-*)            mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
   *)                    mips_fpu=HARD_FLOATING_POINT ;;
 esac
 SIM_AC_OPTION_FLOAT($mips_fpu,$mips_fpu_bitsize)