svn commit: r217652 - head/sys/conf

Warner Losh imp at FreeBSD.org
Thu Jan 20 19:16:30 UTC 2011


Author: imp
Date: Thu Jan 20 19:16:29 2011
New Revision: 217652
URL: http://svn.freebsd.org/changeset/base/217652

Log:
  We don't need 2 versions here.  One will do since binutils outputs the right stuff now.

Deleted:
  head/sys/conf/ldscript.mips.64.cfe
Modified:
  head/sys/conf/ldscript.mips.cfe

Modified: head/sys/conf/ldscript.mips.cfe
==============================================================================
--- head/sys/conf/ldscript.mips.cfe	Thu Jan 20 19:09:02 2011	(r217651)
+++ head/sys/conf/ldscript.mips.cfe	Thu Jan 20 19:16:29 2011	(r217652)
@@ -38,10 +38,6 @@
  * sections must be placed in their own segment.
  */
 
-OUTPUT_FORMAT("elf32-tradbigmips", "elf32-tradbigmips", 
-		"elf32-tradlittlemips")
-
-OUTPUT_ARCH(mips)
 ENTRY(_start)
 SEARCH_DIR(/usr/lib);
 /* Do we need any of these for elf?


More information about the svn-src-head mailing list