Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun2/conf Only use the ldscript for the RAMDISK ker...



details:   https://anonhg.NetBSD.org/src/rev/04f23ef37d99
branches:  trunk
changeset: 1023243:04f23ef37d99
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Aug 30 19:01:05 2021 +0000

description:
Only use the ldscript for the RAMDISK kernel for now.

diffstat:

 sys/arch/sun2/conf/Makefile.sun2 |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 6fd2dcc7579f -r 04f23ef37d99 sys/arch/sun2/conf/Makefile.sun2
--- a/sys/arch/sun2/conf/Makefile.sun2  Mon Aug 30 18:59:57 2021 +0000
+++ b/sys/arch/sun2/conf/Makefile.sun2  Mon Aug 30 19:01:05 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.sun2,v 1.28 2021/08/30 18:59:57 christos Exp $
+# $NetBSD: Makefile.sun2,v 1.29 2021/08/30 19:01:05 christos Exp $
 
 # Makefile for NetBSD
 #
@@ -34,8 +34,6 @@
 CPPFLAGS+=     -Dsun2
 CFLAGS+=       -msoft-float -fno-defer-pop
 AFLAGS+=       -x assembler-with-cpp
-KERNLDSCRIPT?= ${SUN2}/conf/kern.ldscript
-
 
 # XXX
 COPTS.promlib.c+=${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 9:? -Wno-error=array-bounds :}



Home | Main Index | Thread Index | Old Index