svn commit: r217651 - head/sys/conf

Warner Losh imp at FreeBSD.org
Thu Jan 20 19:09:02 UTC 2011


Author: imp
Date: Thu Jan 20 19:09:02 2011
New Revision: 217651
URL: http://svn.freebsd.org/changeset/base/217651

Log:
  Collapse all the octeon ldscripts down into one now that we don't need one each for all the wacky ABIs

Added:
  head/sys/conf/ldscript.mips.octeon1
     - copied, changed from r217648, head/sys/conf/ldscript.mips.octeon1.64
Deleted:
  head/sys/conf/ldscript.mips.octeon1.32
  head/sys/conf/ldscript.mips.octeon1.64
  head/sys/conf/ldscript.mips.octeon1.n32

Copied and modified: head/sys/conf/ldscript.mips.octeon1 (from r217648, head/sys/conf/ldscript.mips.octeon1.64)
==============================================================================
--- head/sys/conf/ldscript.mips.octeon1.64	Thu Jan 20 17:42:42 2011	(r217648, copy source)
+++ head/sys/conf/ldscript.mips.octeon1	Thu Jan 20 19:09:02 2011	(r217651)
@@ -1,8 +1,5 @@
 /* $FreeBSD$ */
 
-TARGET(elf64-tradbigmips)
-OUTPUT_FORMAT("elf64-tradbigmips", "elf64-tradbigmips", "elf64-tradlittlemips")
-OUTPUT_ARCH(mips)
 ENTRY(_start)
    __DYNAMIC = 0;
 PROVIDE (_DYNAMIC = 0);


More information about the svn-src-head mailing list