Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sgimips/conf Remove netbsd.high Ind* load address h...
details: https://anonhg.NetBSD.org/src/rev/9e01d35e4055
branches: trunk
changeset: 517813:9e01d35e4055
user: soren <soren%NetBSD.org@localhost>
date: Mon Nov 19 17:39:31 2001 +0000
description:
Remove netbsd.high Ind* load address hack and use a separate
distribution GENERIC instead.
diffstat:
sys/arch/sgimips/conf/GENERIC_INDY | 5 +++++
sys/arch/sgimips/conf/Makefile.sgimips.inc | 11 +----------
2 files changed, 6 insertions(+), 10 deletions(-)
diffs (27 lines):
diff -r 0a9861ebc079 -r 9e01d35e4055 sys/arch/sgimips/conf/GENERIC_INDY
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sgimips/conf/GENERIC_INDY Mon Nov 19 17:39:31 2001 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: GENERIC_INDY,v 1.1 2001/11/19 17:39:31 soren Exp $
+
+include "arch/sgimips/conf/GENERIC"
+
+makeoptions TEXTADDR="0x88002000"
diff -r 0a9861ebc079 -r 9e01d35e4055 sys/arch/sgimips/conf/Makefile.sgimips.inc
--- a/sys/arch/sgimips/conf/Makefile.sgimips.inc Mon Nov 19 17:38:24 2001 +0000
+++ b/sys/arch/sgimips/conf/Makefile.sgimips.inc Mon Nov 19 17:39:31 2001 +0000
@@ -1,13 +1,4 @@
-# $NetBSD: Makefile.sgimips.inc,v 1.4 2001/10/08 10:14:41 simonb Exp $
-
-SYSTEM_LD_TAIL= @echo ${LD} -N -T ${KERNLDSCRIPT} -Ttext 0x88002000 \
- -e start ${GP} -x -o $@.high '$${SYSTEM_OBJ}' vers.o ; \
- ${LD} -N -T ${KERNLDSCRIPT} -Ttext 0x88002000 \
- -e start ${GP} -x -o $@.high ${SYSTEM_OBJ} vers.o swapnetbsd.o
-# XXX
-SYSTEM_LD_TAIL+=; \
- ${SIZE} $@; chmod 755 $@ ; \
- ${SIZE} $@.high; chmod 755 $@.high
+# $NetBSD: Makefile.sgimips.inc,v 1.5 2001/11/19 17:39:31 soren Exp $
# Used if DEBUG != ""
DEBUG_SYSTEM_LD_TAIL+=; \
Home |
Main Index |
Thread Index |
Old Index