parent
6247c771c1
commit
cdc059d0d0
|
@ -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
|
# @(#)Makefile 8.3 (Berkeley) 2/16/94
|
||||||
|
|
||||||
S= ${.CURDIR}/../../../..
|
S= ${.CURDIR}/../../../..
|
||||||
|
@ -6,7 +6,6 @@ S= ${.CURDIR}/../../../..
|
||||||
PROG= bootxx
|
PROG= bootxx
|
||||||
RELOC= 80700000 # Room for an almost 7MB kernel
|
RELOC= 80700000 # Room for an almost 7MB kernel
|
||||||
VERS_O= # no version info in first stage
|
VERS_O= # no version info in first stage
|
||||||
MKMAN= no
|
|
||||||
|
|
||||||
SRCS= start.S bootxx.c clear_cache.S printf.S strcmp.S strcpy.S \
|
SRCS= start.S bootxx.c clear_cache.S printf.S strcmp.S strcpy.S \
|
||||||
strlen.S
|
strlen.S
|
||||||
|
@ -17,9 +16,10 @@ CLEANFILES+=${PROG}.aout ${PROG}.map mkboot ${ALL}
|
||||||
# Don't compile in sanity checks for old file systems.
|
# Don't compile in sanity checks for old file systems.
|
||||||
SAMISCCPPFLAGS= -DLIBSA_NO_COMPAT_UFS
|
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_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 \
|
-DALLOC_FIRST_FIT \
|
||||||
-DLIBSA_USE_MEMCPY -DLIBSA_USE_MEMSET
|
-DLIBSA_USE_MEMCPY -DLIBSA_USE_MEMSET
|
||||||
# The following will gain more space if needed (in rough order of
|
# The following will gain more space if needed (in rough order of
|
||||||
|
|
Loading…
Reference in New Issue