Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc/stand/bootxx RELOC -> RELOC_DEFAULT



details:   https://anonhg.NetBSD.org/src/rev/660c603e242d
branches:  trunk
changeset: 482767:660c603e242d
user:      pk <pk%NetBSD.org@localhost>
date:      Mon Feb 21 14:44:18 2000 +0000

description:
RELOC -> RELOC_DEFAULT

diffstat:

 sys/arch/sparc/stand/bootxx/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3edc70ffd3da -r 660c603e242d sys/arch/sparc/stand/bootxx/Makefile
--- a/sys/arch/sparc/stand/bootxx/Makefile      Mon Feb 21 14:41:22 2000 +0000
+++ b/sys/arch/sparc/stand/bootxx/Makefile      Mon Feb 21 14:44:18 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 1999/08/21 14:18:36 sommerfeld Exp $
+#      $NetBSD: Makefile,v 1.12 2000/02/21 14:44:18 pk Exp $
 
 PROG=          bootxx
 PROGSOURCE=    bootxx.c
@@ -7,7 +7,7 @@
 
 CPPFLAGS+=     -DBOOTXX -DLIBSA_NO_CLOSE
 STRIPFLAG=
-LINKFLAGS=     -N -Ttext ${RELOC} -e start
+LINKFLAGS=     -N -Ttext ${RELOC_DEFAULT} -e start
 
 ${PROG}: ${OBJS} ${LIBSA} ${LIBKERN}
        ${LD} -o ${.TARGET} ${LINKFLAGS} ${OBJS} ${LIBSA} ${LIBKERN}



Home | Main Index | Thread Index | Old Index