* configure.in (mips_fpu_bitsize) : Set this correctly for 32-bit mips
parts. * configure: Update.
This commit is contained in:
parent
a94e9d4f75
commit
55ad270f9a
2 changed files with 7 additions and 1 deletions
|
@ -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
|
start-sanitize-tx3904
|
||||||
Thu Jun 4 15:37:33 1998 Frank Ch. Eigler <fche@cygnus.com>
|
Thu Jun 4 15:37:33 1998 Frank Ch. Eigler <fche@cygnus.com>
|
||||||
|
|
||||||
|
|
|
@ -105,7 +105,7 @@ case "${target}" in
|
||||||
# end-sanitize-r5900
|
# end-sanitize-r5900
|
||||||
mips64*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
|
mips64*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
|
||||||
mips16*-*-*) 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 ;;
|
*) mips_fpu=HARD_FLOATING_POINT ;;
|
||||||
esac
|
esac
|
||||||
SIM_AC_OPTION_FLOAT($mips_fpu,$mips_fpu_bitsize)
|
SIM_AC_OPTION_FLOAT($mips_fpu,$mips_fpu_bitsize)
|
||||||
|
|
Loading…
Reference in a new issue