Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jan 2011 19:09:02 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r217651 - head/sys/conf
Message-ID:  <201101201909.p0KJ92UP024787@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101201909.p0KJ92UP024787>