Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/stand/scsiboot Use BOOTRZ instead of BOOTXX.
details: https://anonhg.NetBSD.org/src/rev/fd4080d35346
branches: trunk
changeset: 471786:fd4080d35346
user: simonb <simonb%NetBSD.org@localhost>
date: Sun Apr 11 04:28:14 1999 +0000
description:
Use BOOTRZ instead of BOOTXX.
Add -DLIBSA_NO_DEV_IOCTL.
diffstat:
sys/arch/pmax/stand/scsiboot/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 3ffd92cf1a1f -r fd4080d35346 sys/arch/pmax/stand/scsiboot/Makefile
--- a/sys/arch/pmax/stand/scsiboot/Makefile Sun Apr 11 04:27:53 1999 +0000
+++ b/sys/arch/pmax/stand/scsiboot/Makefile Sun Apr 11 04:28:14 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 1999/04/01 08:47:38 simonb Exp $
+# $NetBSD: Makefile,v 1.15 1999/04/11 04:28:14 simonb Exp $
# @(#)Makefile 8.3 (Berkeley) 2/16/94
S= ${.CURDIR}/../../../..
@@ -6,7 +6,6 @@
PROG= bootxx
RELOC= 80700000 # Room for an almost 7MB kernel
VERS_O= # no version info in first stage
-MKMAN= no
SRCS= start.S bootxx.c clear_cache.S printf.S strcmp.S strcpy.S \
strlen.S
@@ -17,9 +16,10 @@
# Don't compile in sanity checks for old file systems.
SAMISCCPPFLAGS= -DLIBSA_NO_COMPAT_UFS
-BOOTDEFADD+= -DBOOTXX -DRELOC=0x${RELOC} \
+BOOTDEFADD+= -DBOOTRZ -DSMALL -DRELOC=0x${RELOC} \
-DLIBSA_NO_FS_CLOSE -DLIBSA_NO_FS_SYMLINK -DLIBSA_NO_FS_WRITE \
- -DLIBSA_NO_DEV_CLOSE -DLIBSA_NO_RAW_ACCESS -DLIBSA_NO_TWIDDLE \
+ -DLIBSA_NO_DEV_CLOSE -DLIBSA_NO_DEV_IOCTL \
+ -DLIBSA_NO_RAW_ACCESS -DLIBSA_NO_TWIDDLE \
-DALLOC_FIRST_FIT \
-DLIBSA_USE_MEMCPY -DLIBSA_USE_MEMSET
# The following will gain more space if needed (in rough order of
Home |
Main Index |
Thread Index |
Old Index