* 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

@ -1,3 +1,9 @@
Tue Jun 9 11:40:57 1998 Gavin Koch <gavin@cygnus.com>
* configure.in (mips_fpu_bitsize) : Set this correctly for 32-bit mips
parts.
* configure: Update.
start-sanitize-tx3904
Thu Jun 4 15:37:33 1998 Frank Ch. Eigler <fche@cygnus.com>

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)