Default mips64 to softfloat.

This commit is contained in:
matt 2011-01-23 06:29:52 +00:00
parent 6ab334853b
commit b2fee41732

View File

@ -1495,7 +1495,7 @@ mips-sgi-irix[56]*)
use_fixproto=yes
;;
mips64*-*-netbsd*) # NetBSD/mips64, either endian.
target_cpu_default="MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64"
target_cpu_default="MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SOFT_FLOAT"
tm_file="elfos.h ${tm_file} mips/elf.h netbsd.h netbsd-elf.h mips/netbsd.h mips/netbsd64.h"
tmake_file="${tmake_file} mips/t-netbsd64"
# tm_defines="${tm_defines} MIPS_ISA_DEFAULT=64"