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 SUN_BOOTPARAM compile-time option is no...



details:   https://anonhg.NetBSD.org/src/rev/de3666c0eae2
branches:  trunk
changeset: 482770:de3666c0eae2
user:      pk <pk%NetBSD.org@localhost>
date:      Mon Feb 21 15:13:11 2000 +0000

description:
SUN_BOOTPARAM compile-time option is no longer used.

diffstat:

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

diffs (18 lines):

diff -r 92b1b80302fe -r de3666c0eae2 sys/arch/sparc/stand/Makefile.buildboot
--- a/sys/arch/sparc/stand/Makefile.buildboot   Mon Feb 21 15:07:32 2000 +0000
+++ b/sys/arch/sparc/stand/Makefile.buildboot   Mon Feb 21 15:13:11 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.buildboot,v 1.11 2000/02/21 15:07:32 pk Exp $
+#      $NetBSD: Makefile.buildboot,v 1.12 2000/02/21 15:13:11 pk Exp $
 
 S=     ${.CURDIR}/../../../..
 
@@ -17,7 +17,7 @@
 # flushing issues on Hypersparcs
 RELOC_BOOTXX=  340000
 
-CPPFLAGS+=     -D_STANDALONE -DSUN4 -DSUN4C -DSUN_BOOTPARAMS -DHEAP_VARIABLE
+CPPFLAGS+=     -D_STANDALONE -DSUN4 -DSUN4C -DHEAP_VARIABLE
 
 CPPFLAGS+=     -I. -I${.CURDIR}/../../.. -I${.CURDIR}/../../../..
 CFLAGS=                -O2



Home | Main Index | Thread Index | Old Index