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 Explicitly set LOADADDRESS, the linker s...
details: https://anonhg.NetBSD.org/src/rev/b52abac30cd0
branches: trunk
changeset: 333992:b52abac30cd0
user: martin <martin%NetBSD.org@localhost>
date: Tue Nov 25 07:42:35 2014 +0000
description:
Explicitly set LOADADDRESS, the linker script hack is overriden by
command line arguments now.
diffstat:
sys/arch/shark/conf/Makefile.shark.inc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r ef427f983088 -r b52abac30cd0 sys/arch/shark/conf/Makefile.shark.inc
--- a/sys/arch/shark/conf/Makefile.shark.inc Tue Nov 25 05:28:26 2014 +0000
+++ b/sys/arch/shark/conf/Makefile.shark.inc Tue Nov 25 07:42:35 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.shark.inc,v 1.22 2014/11/16 12:02:55 uebayasi Exp $
+# $NetBSD: Makefile.shark.inc,v 1.23 2014/11/25 07:42:35 martin Exp $
CPPFLAGS+= -D${MACHINE}
COPTS+= -fno-unwind-tables
@@ -8,6 +8,7 @@
# can load it.
LINKSCRIPT= -T ldscript
+LOADADDRESS= 0xF0000020
SYSTEM_LD_HEAD_EXTRA+=; \
( cat ${ARM}/conf/kern.ldscript.head ; \
Home |
Main Index |
Thread Index |
Old Index