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 Use ${KERNLDSCRIPT} instead of hard-co...



details:   https://anonhg.NetBSD.org/src/rev/b5338e39f754
branches:  trunk
changeset: 515913:b5338e39f754
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Oct 08 10:14:41 2001 +0000

description:
Use ${KERNLDSCRIPT} instead of hard-coded ld script name.

diffstat:

 sys/arch/sgimips/conf/Makefile.sgimips.inc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r bb3aba9e2fc2 -r b5338e39f754 sys/arch/sgimips/conf/Makefile.sgimips.inc
--- a/sys/arch/sgimips/conf/Makefile.sgimips.inc        Mon Oct 08 10:14:20 2001 +0000
+++ b/sys/arch/sgimips/conf/Makefile.sgimips.inc        Mon Oct 08 10:14:41 2001 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile.sgimips.inc,v 1.3 2001/10/05 14:57:18 pooka Exp $
+#      $NetBSD: Makefile.sgimips.inc,v 1.4 2001/10/08 10:14:41 simonb Exp $
 
-SYSTEM_LD_TAIL=        @echo ${LD} -N -T ${MIPS}/conf/kern.ldscript -Ttext 0x88002000 \
+SYSTEM_LD_TAIL=        @echo ${LD} -N -T ${KERNLDSCRIPT} -Ttext 0x88002000 \
                -e start ${GP} -x -o $@.high '$${SYSTEM_OBJ}' vers.o ; \
-               ${LD} -N -T ${MIPS}/conf/kern.ldscript -Ttext 0x88002000 \
+               ${LD} -N -T ${KERNLDSCRIPT} -Ttext 0x88002000 \
                -e start ${GP} -x -o $@.high ${SYSTEM_OBJ} vers.o swapnetbsd.o
 # XXX
 SYSTEM_LD_TAIL+=; \



Home | Main Index | Thread Index | Old Index