Module Name: src
Committed By: matt
Date: Thu May 6 06:19:02 UTC 2010
Modified Files:
src/gnu/dist/gcc4/gcc [matt-nb5-mips64]: config.gcc
Log Message:
mips64 defaults to soft float.
To generate a diff of this commit:
cvs rdiff -u -r1.19.8.1 -r1.19.8.2 src/gnu/dist/gcc4/gcc/config.gcc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/gnu/dist/gcc4/gcc/config.gcc
diff -u src/gnu/dist/gcc4/gcc/config.gcc:1.19.8.1 src/gnu/dist/gcc4/gcc/config.gcc:1.19.8.2
--- src/gnu/dist/gcc4/gcc/config.gcc:1.19.8.1 Sun Aug 16 02:56:57 2009
+++ src/gnu/dist/gcc4/gcc/config.gcc Thu May 6 06:19:02 2010
@@ -1495,7 +1495,7 @@
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"