Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Use ${KERNLDSCRIPT} instead of ${KERN_LDSCRIPT}. T...
details: https://anonhg.NetBSD.org/src/rev/82dcb228958a
branches: trunk
changeset: 339954:82dcb228958a
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Tue Aug 18 08:39:12 2015 +0000
description:
Use ${KERNLDSCRIPT} instead of ${KERN_LDSCRIPT}. The former is added
to ${SYSTEM_DEP} if defined.
diffstat:
sys/arch/sparc/conf/Makefile.sparc | 6 +++---
sys/arch/sparc64/conf/Makefile.sparc64 | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (45 lines):
diff -r 2f7ff4d1e5eb -r 82dcb228958a sys/arch/sparc/conf/Makefile.sparc
--- a/sys/arch/sparc/conf/Makefile.sparc Tue Aug 18 04:20:25 2015 +0000
+++ b/sys/arch/sparc/conf/Makefile.sparc Tue Aug 18 08:39:12 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.sparc,v 1.90 2014/11/15 12:37:37 uebayasi Exp $
+# $NetBSD: Makefile.sparc,v 1.91 2015/08/18 08:39:12 uebayasi Exp $
# Makefile for NetBSD
#
@@ -60,9 +60,9 @@
##
TEXTADDR?= F0004000
EXTRA_LINKFLAGS= -X
-KERN_LDSCRIPT?= kern.ldscript
+KERNLDSCRIPT?= kern.ldscript
LINKFORMAT= -n
-LINKSCRIPT= -T ${SPARC}/conf/${KERN_LDSCRIPT}
+LINKSCRIPT= -T ${SPARC}/conf/${KERNLDSCRIPT}
##
## (6) port specific target dependencies
diff -r 2f7ff4d1e5eb -r 82dcb228958a sys/arch/sparc64/conf/Makefile.sparc64
--- a/sys/arch/sparc64/conf/Makefile.sparc64 Tue Aug 18 04:20:25 2015 +0000
+++ b/sys/arch/sparc64/conf/Makefile.sparc64 Tue Aug 18 08:39:12 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.sparc64,v 1.75 2014/11/15 12:41:36 uebayasi Exp $
+# $NetBSD: Makefile.sparc64,v 1.76 2015/08/18 08:39:12 uebayasi Exp $
#=========================================================================
#
@@ -108,11 +108,11 @@
## (5) link settings
##
TEXTADDR?= 01000000
-LINKSCRIPT= -T ${SPARC64}/conf/${KERN_LDSCRIPT}
+LINKSCRIPT= -T ${SPARC64}/conf/${KERNLDSCRIPT}
.if ${LP64} == "yes"
-KERN_LDSCRIPT?= kern.ldscript
+KERNLDSCRIPT?= kern.ldscript
.else
-KERN_LDSCRIPT?= kern32.ldscript
+KERNLDSCRIPT?= kern32.ldscript
.endif
##
Home |
Main Index |
Thread Index |
Old Index