Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mipsco/conf Convert to using elf32-tradbigmips and ...
details: https://anonhg.NetBSD.org/src/rev/4d3e684bd1b9
branches: trunk
changeset: 573123:4d3e684bd1b9
user: he <he%NetBSD.org@localhost>
date: Thu Jan 20 09:14:36 2005 +0000
description:
Convert to using elf32-tradbigmips and elf32-tradlittlemips as output
formats, now that the toolchain has been converted to using those.
diffstat:
sys/arch/mipsco/conf/stand.ldscript | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r 5778657231f8 -r 4d3e684bd1b9 sys/arch/mipsco/conf/stand.ldscript
--- a/sys/arch/mipsco/conf/stand.ldscript Thu Jan 20 09:13:16 2005 +0000
+++ b/sys/arch/mipsco/conf/stand.ldscript Thu Jan 20 09:14:36 2005 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: stand.ldscript,v 1.2 2001/12/04 17:56:36 wiz Exp $ */
+/* $NetBSD: stand.ldscript,v 1.3 2005/01/20 09:14:36 he Exp $ */
/* ldscript for NetBSD/mipsco standalone bootstraps */
-OUTPUT_FORMAT("elf32-bigmips", "elf32-bigmips", "elf32-littlemips")
+OUTPUT_FORMAT("elf32-tradbigmips", "elf32-tradbigmips", "elf32-tradlittlemips")
OUTPUT_ARCH(mips)
ENTRY(_start)
SECTIONS
Home |
Main Index |
Thread Index |
Old Index