Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/shark/conf Use LINKSCRIPT.
details: https://anonhg.NetBSD.org/src/rev/b4cc256d299d
branches: trunk
changeset: 333737:b4cc256d299d
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sat Nov 15 13:41:16 2014 +0000
description:
Use LINKSCRIPT.
diffstat:
sys/arch/shark/conf/Makefile.shark.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1958778b6e19 -r b4cc256d299d sys/arch/shark/conf/Makefile.shark.inc
--- a/sys/arch/shark/conf/Makefile.shark.inc Sat Nov 15 13:41:11 2014 +0000
+++ b/sys/arch/shark/conf/Makefile.shark.inc Sat Nov 15 13:41:16 2014 +0000
@@ -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 @@
# 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 ; \
Home |
Main Index |
Thread Index |
Old Index