Module Name: src
Committed By: matt
Date: Sun Aug 16 02:56:58 UTC 2009
Modified Files:
src/gnu/dist/gcc4/gcc [matt-nb5-mips64]: config.gcc
Log Message:
Make mips64 default to N32.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.19.8.1 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 src/gnu/dist/gcc4/gcc/config.gcc:1.19.8.1
--- src/gnu/dist/gcc4/gcc/config.gcc:1.19 Sat Oct 11 05:03:43 2008
+++ src/gnu/dist/gcc4/gcc/config.gcc Sun Aug 16 02:56:57 2009
@@ -1496,10 +1496,13 @@
;;
mips64*-*-netbsd*) # NetBSD/mips64, either endian.
target_cpu_default="MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64"
- tm_file="elfos.h ${tm_file} mips/elf.h netbsd.h netbsd-elf.h mips/netbsd.h"
+ 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"
- tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_64"
+ tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_N32"
# tm_defines="${tm_defines} MIPS_CPU_STRING_DEFAULT=\\\"mips64\\\""
+ gnu_ld=yes
+ gas=yes
;;
mips*-*-netbsd*) # NetBSD/mips, either endian.
target_cpu_default="MASK_ABICALLS"