Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/ld.new Use the "m68kelfnbsd" parameter file for ...



details:   https://anonhg.NetBSD.org/src/rev/8c31ef7e27fc
branches:  trunk
changeset: 500170:8c31ef7e27fc
user:      scw <scw%NetBSD.org@localhost>
date:      Thu Dec 07 08:18:35 2000 +0000

description:
Use the "m68kelfnbsd" parameter file for ELF on MACHINE_ARCH=m68k.

diffstat:

 gnu/usr.bin/ld.new/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 50f159e6e670 -r 8c31ef7e27fc gnu/usr.bin/ld.new/Makefile
--- a/gnu/usr.bin/ld.new/Makefile       Thu Dec 07 08:16:21 2000 +0000
+++ b/gnu/usr.bin/ld.new/Makefile       Thu Dec 07 08:18:35 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 2000/11/17 06:51:36 mrg Exp $
+#      $NetBSD: Makefile,v 1.20 2000/12/07 08:18:35 scw Exp $
 
 # for OBJECT_FMT, UNPRIVILEGED
 .include <bsd.own.mk>
@@ -58,7 +58,7 @@
 ##### m68k #####
 EMULS.m68k=            m68knbsd m68kelf
 .if defined(ELF_PLEASE)
-DEFAULT_EMUL.m68k=     m68kelf
+DEFAULT_EMUL.m68k=     m68kelfnbsd
 .else
 DEFAULT_EMUL.m68k=     m68knbsd
 .endif



Home | Main Index | Thread Index | Old Index