Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/conf Oops.



details:   https://anonhg.NetBSD.org/src/rev/885a49a599dd
branches:  trunk
changeset: 494686:885a49a599dd
user:      soren <soren%NetBSD.org@localhost>
date:      Tue Jul 11 01:15:47 2000 +0000

description:
Oops.

diffstat:

 sys/arch/mips/conf/stand.ldscript.be |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 40a8694b56bc -r 885a49a599dd sys/arch/mips/conf/stand.ldscript.be
--- a/sys/arch/mips/conf/stand.ldscript.be      Tue Jul 11 01:02:44 2000 +0000
+++ b/sys/arch/mips/conf/stand.ldscript.be      Tue Jul 11 01:15:47 2000 +0000
@@ -1,7 +1,7 @@
-/* $NetBSD: stand.ldscript.be,v 1.1 2000/05/21 02:50:13 soren Exp $ */
+/* $NetBSD: stand.ldscript.be,v 1.2 2000/07/11 01:15:47 soren Exp $ */
 
 /*  ldscript for NetBSD/mipsbe stand-alone programs */
-OUTPUT_FORMAT("elf32-littlemips", "elf32-bigmips",
+OUTPUT_FORMAT("elf32-bigmips", "elf32-bigmips",
              "elf32-littlemips")
 OUTPUT_ARCH(mips)
 ENTRY(_start)



Home | Main Index | Thread Index | Old Index