Module Name:    src
Committed By:   uebayasi
Date:           Sat Nov 15 13:41:17 UTC 2014

Modified Files:
        src/sys/arch/shark/conf: Makefile.shark.inc

Log Message:
Use LINKSCRIPT.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/shark/conf/Makefile.shark.inc

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/shark/conf/Makefile.shark.inc
diff -u src/sys/arch/shark/conf/Makefile.shark.inc:1.20 src/sys/arch/shark/conf/Makefile.shark.inc:1.21
--- src/sys/arch/shark/conf/Makefile.shark.inc:1.20	Thu Nov 13 15:03:07 2014
+++ src/sys/arch/shark/conf/Makefile.shark.inc	Sat Nov 15 13:41:16 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.shark.inc,v 1.20 2014/11/13 15:03:07 uebayasi Exp $
+#	$NetBSD: Makefile.shark.inc,v 1.21 2014/11/15 13:41:16 uebayasi Exp $
 
 CPPFLAGS+=		-D${MACHINE}
 COPTS+=			-fno-unwind-tables
@@ -7,7 +7,7 @@ GENASSYM_EXTRAS+=	${THISARM}/shark/genas
 # Need to convert the kernel from ELF to a.out so that OpenFirmware
 # can load it.
 
-LINKFLAGS=	-T ldscript
+LINKSCRIPT=	-T ldscript
 
 SYSTEM_LD_HEAD_EXTRA+=; \
 	( cat ${ARM}/conf/kern.ldscript.head ; \

Reply via email to