for mips, MASK_SOFT_FLOAT has become MASK_SOFT_FLOAT_ABI.

This commit is contained in:
mrg 2011-07-03 13:05:19 +00:00
parent 495b4def2c
commit 27ba937d04
1 changed files with 1 additions and 1 deletions

View File

@ -1762,7 +1762,7 @@ mips-sgi-irix[56]*)
esac
;;
mips64*-*-netbsd*) # NetBSD/mips64, either endian.
target_cpu_default="MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SOFT_FLOAT"
target_cpu_default="MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SOFT_FLOAT_ABI"
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"