Module Name: src
Committed By: matt
Date: Mon May 10 16:08:56 UTC 2010
Modified Files:
src/gnu/usr.bin/gcc4/arch/mips64eb [matt-nb5-mips64]: defs.mk
src/gnu/usr.bin/gcc4/arch/mips64el [matt-nb5-mips64]: defs.mk
Log Message:
Add MASK_SOFT_FLOAT to G_target_cpu_default
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/gnu/usr.bin/gcc4/arch/mips64eb/defs.mk
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/gnu/usr.bin/gcc4/arch/mips64el/defs.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/gnu/usr.bin/gcc4/arch/mips64eb/defs.mk
diff -u src/gnu/usr.bin/gcc4/arch/mips64eb/defs.mk:1.1.2.2 src/gnu/usr.bin/gcc4/arch/mips64eb/defs.mk:1.1.2.3
--- src/gnu/usr.bin/gcc4/arch/mips64eb/defs.mk:1.1.2.2 Wed Dec 9 07:28:24 2009
+++ src/gnu/usr.bin/gcc4/arch/mips64eb/defs.mk Mon May 10 16:08:56 2010
@@ -35,7 +35,7 @@
G_host_xm_file=
G_host_xm_defines=
G_tm_p_file=
-G_target_cpu_default=((MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SPLIT_ADDRESSES))|MASK_EXPLICIT_RELOCS
+G_target_cpu_default=((MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SPLIT_ADDRESSES|MASK_SOFT_FLOAT))|MASK_EXPLICIT_RELOCS
G_TM_H=tm.h options.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/mips/mips.h ${GNUHOSTDIST}/gcc/config/mips/elf.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/mips/netbsd.h ${GNUHOSTDIST}/gcc/config/mips/netbsd64.h ${GNUHOSTDIST}/gcc/defaults.h insn-constants.h insn-flags.h options.h
G_ALL_OPT_FILES=${GNUHOSTDIST}/gcc/c.opt ${GNUHOSTDIST}/gcc/common.opt ${GNUHOSTDIST}/gcc/config/mips/mips.opt
G_tm_file_list=options.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/mips/mips.h ${GNUHOSTDIST}/gcc/config/mips/elf.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/mips/netbsd.h ${GNUHOSTDIST}/gcc/config/mips/netbsd64.h ${GNUHOSTDIST}/gcc/defaults.h
Index: src/gnu/usr.bin/gcc4/arch/mips64el/defs.mk
diff -u src/gnu/usr.bin/gcc4/arch/mips64el/defs.mk:1.1.2.2 src/gnu/usr.bin/gcc4/arch/mips64el/defs.mk:1.1.2.3
--- src/gnu/usr.bin/gcc4/arch/mips64el/defs.mk:1.1.2.2 Wed Dec 9 04:37:29 2009
+++ src/gnu/usr.bin/gcc4/arch/mips64el/defs.mk Mon May 10 16:08:56 2010
@@ -35,7 +35,7 @@
G_host_xm_file=
G_host_xm_defines=
G_tm_p_file=
-G_target_cpu_default=((MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SPLIT_ADDRESSES))|MASK_EXPLICIT_RELOCS
+G_target_cpu_default=((MASK_ABICALLS|MASK_64BIT|MASK_FLOAT64|MASK_SPLIT_ADDRESSES|MASK_SOFT_FLOAT))|MASK_EXPLICIT_RELOCS
G_TM_H=tm.h options.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/mips/mips.h ${GNUHOSTDIST}/gcc/config/mips/elf.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/mips/netbsd.h ${GNUHOSTDIST}/gcc/config/mips/netbsd64.h ${GNUHOSTDIST}/gcc/defaults.h insn-constants.h insn-flags.h options.h
G_ALL_OPT_FILES=${GNUHOSTDIST}/gcc/c.opt ${GNUHOSTDIST}/gcc/common.opt ${GNUHOSTDIST}/gcc/config/mips/mips.opt
G_tm_file_list=options.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/mips/mips.h ${GNUHOSTDIST}/gcc/config/mips/elf.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/mips/netbsd.h ${GNUHOSTDIST}/gcc/config/mips/netbsd64.h ${GNUHOSTDIST}/gcc/defaults.h