Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/gcc4/gcc Default mips64 to softfloat.
details: https://anonhg.NetBSD.org/src/rev/d1faa41e7fa6
branches: trunk
changeset: 761298:d1faa41e7fa6
user: matt <matt%NetBSD.org@localhost>
date: Sun Jan 23 06:29:52 2011 +0000
description:
Default mips64 to softfloat.
diffstat:
gnu/dist/gcc4/gcc/config.gcc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 55cbd6c5e3ee -r d1faa41e7fa6 gnu/dist/gcc4/gcc/config.gcc
--- a/gnu/dist/gcc4/gcc/config.gcc Sun Jan 23 06:28:52 2011 +0000
+++ b/gnu/dist/gcc4/gcc/config.gcc Sun Jan 23 06:29:52 2011 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index