This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[applied patch] delete duplicated line in config.gcc


i looked in the dictionary for the definition of obvious and found this.  8-)
(also checked to make sure there weren't other exactly-duplicated lines.)

2004-03-05  Chris Demetriou  <cgd@broadcom.com>

	* config.gcc (mips64orion-*-elf*, mips64orionel-*-elf*): Delete
	duplicated line.

Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.438
diff -u -p -r1.438 config.gcc
--- config.gcc	3 Mar 2004 23:16:45 -0000	1.438
+++ config.gcc	6 Mar 2004 06:45:00 -0000
@@ -1421,7 +1421,6 @@ mips64vr-*-elf* | mips64vrel-*-elf*)
 mips64orion-*-elf* | mips64orionel-*-elf*)
 	tm_file="${tm_file} mips/elforion.h mips/elf64.h"
 	tmake_file=mips/t-elf
-	tmake_file=mips/t-elf
 	target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
 	tm_defines="MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
 	use_fixproto=yes


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]