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}.



details:   https://anonhg.NetBSD.org/src/rev/4610770002e3
branches:  trunk
changeset: 339998:4610770002e3
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Aug 20 06:21:54 2015 +0000

description:
Use ${KERNLDSCRIPT}.

diffstat:

 sys/arch/hppa/conf/Makefile.hppa               |  5 +++--
 sys/arch/netwinder/conf/Makefile.netwinder.inc |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r fed85ebd346c -r 4610770002e3 sys/arch/hppa/conf/Makefile.hppa
--- a/sys/arch/hppa/conf/Makefile.hppa  Thu Aug 20 06:21:02 2015 +0000
+++ b/sys/arch/hppa/conf/Makefile.hppa  Thu Aug 20 06:21:54 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.hppa,v 1.2 2014/11/15 12:20:06 uebayasi Exp $
+# $NetBSD: Makefile.hppa,v 1.3 2015/08/20 06:21:54 uebayasi Exp $
 
 # Makefile for NetBSD
 #
@@ -67,7 +67,8 @@
 ##
 ## (5) link settings
 ##
-LINKSCRIPT=    -T ${HPPA}/conf/ld.script
+KERNLDSCRIPT=  ${HPPA}/conf/ld.script
+LINKSCRIPT=    -T ${KERNLDSCRIPT}
 TEXTADDR?=     00200000
 LINKFLAGS_NORMAL=       -X
 EXTRA_LINKFLAGS= -Map $@.map
diff -r fed85ebd346c -r 4610770002e3 sys/arch/netwinder/conf/Makefile.netwinder.inc
--- a/sys/arch/netwinder/conf/Makefile.netwinder.inc    Thu Aug 20 06:21:02 2015 +0000
+++ b/sys/arch/netwinder/conf/Makefile.netwinder.inc    Thu Aug 20 06:21:54 2015 +0000
@@ -1,8 +1,9 @@
-#      $NetBSD: Makefile.netwinder.inc,v 1.9 2014/11/15 14:03:37 uebayasi Exp $
+#      $NetBSD: Makefile.netwinder.inc,v 1.10 2015/08/20 06:22:18 uebayasi Exp $
 
 CPPFLAGS+=     -D${MACHINE}
 
 SYSTEM_FIRST_OBJ=      nwmmu.o
 SYSTEM_FIRST_SFILE=    ${THISARM}/${MACHINE}/nwmmu.S
 
-LINKSCRIPT=            -T ${THISARM}/conf/kern.ldscript
+KERNLDSCRIPT=          ${THISARM}/conf/kern.ldscript
+LINKSCRIPT=            -T ${KERNLDSCRIPT}



Home | Main Index | Thread Index | Old Index