* configure.in (mips_fpu_bitsize) : Set this correctly for 32-bit mips

parts.
	* configure: Update.
This commit is contained in:
Gavin Romig-Koch
1998-06-09 15:42:04 +00:00
parent a94e9d4f75
commit 55ad270f9a
2 changed files with 7 additions and 1 deletions

View 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)