Module Name:    src
Committed By:   mrg
Date:           Sat Jul  9 14:58:34 UTC 2011

Modified Files:
        src/external/gpl3/gcc/dist/gcc: config.gcc

Log Message:
take MASK_64BIT out of the default target flags.
how this did not break all sorts of stuff i don't know!


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gcc/dist/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/external/gpl3/gcc/dist/gcc/config.gcc
diff -u src/external/gpl3/gcc/dist/gcc/config.gcc:1.7 src/external/gpl3/gcc/dist/gcc/config.gcc:1.8
--- src/external/gpl3/gcc/dist/gcc/config.gcc:1.7	Sun Jul  3 13:05:19 2011
+++ src/external/gpl3/gcc/dist/gcc/config.gcc	Sat Jul  9 14:58:34 2011
@@ -1762,12 +1762,10 @@
 	esac
 	;;
 mips64*-*-netbsd*)			# NetBSD/mips64, either endian.
-	target_cpu_default="MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SOFT_FLOAT_ABI"
+	target_cpu_default="MASK_ABICALLS|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"
 	tm_defines="${tm_defines} MIPS_ABI_DEFAULT=ABI_N32"
-#	tm_defines="${tm_defines} MIPS_CPU_STRING_DEFAULT=\\\"mips64\\\""
 	gnu_ld=yes
 	gas=yes
 	;;

Reply via email to