Module Name: src
Committed By: christos
Date: Mon Aug 30 19:01:06 UTC 2021
Modified Files:
src/sys/arch/sun2/conf: Makefile.sun2
Log Message:
Only use the ldscript for the RAMDISK kernel for now.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/sun2/conf/Makefile.sun2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sun2/conf/Makefile.sun2
diff -u src/sys/arch/sun2/conf/Makefile.sun2:1.28 src/sys/arch/sun2/conf/Makefile.sun2:1.29
--- src/sys/arch/sun2/conf/Makefile.sun2:1.28 Mon Aug 30 14:59:57 2021
+++ src/sys/arch/sun2/conf/Makefile.sun2 Mon Aug 30 15:01:05 2021
@@ -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 @@ GENASSYM_CONF= ${SUN2}/sun2/genassym.cf
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 :}