Whitespace
This commit is contained in:
parent
3ba1f41694
commit
7ea9409689
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.buildboot,v 1.7 2023/08/03 08:16:31 mrg Exp $
|
||||
# $NetBSD: Makefile.buildboot,v 1.8 2024/04/29 07:33:32 skrll Exp $
|
||||
|
||||
NOPIE=yes
|
||||
NOSSP=yes
|
||||
|
@ -38,12 +38,12 @@ CFLAGS+= -mdisable-fpregs -mfast-indirect-calls -mpa-risc-1-0
|
|||
|
||||
.include "${S}/conf/newvers_stand.mk"
|
||||
|
||||
CPPFLAGS+= -D_STANDALONE -Dhppa ${DEBUGFLAGS}
|
||||
CPPFLAGS+= -DRELOC=0x${RELOC} -DHEAP_LIMIT=${HEAP_LIMIT}
|
||||
CPPFLAGS+= -DNO_NET
|
||||
CPPFLAGS+= -D_STANDALONE -Dhppa ${DEBUGFLAGS}
|
||||
CPPFLAGS+= -DRELOC=0x${RELOC} -DHEAP_LIMIT=${HEAP_LIMIT}
|
||||
CPPFLAGS+= -DNO_NET
|
||||
|
||||
COMMONSOURCE= cons.c dev_hppa.c dk.c itecons.c \
|
||||
machdep.c milli_tiny.S pdc.c time.c
|
||||
COMMONSOURCE= cons.c dev_hppa.c dk.c itecons.c \
|
||||
machdep.c milli_tiny.S pdc.c time.c
|
||||
DRIVERSOURCE=
|
||||
|
||||
### find out what to use for libkern
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.5 2024/04/29 07:31:18 skrll Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2024/04/29 07:34:27 skrll Exp $
|
||||
|
||||
NODEBUG=yes
|
||||
PROG= xxboot
|
||||
NOMAN= # defined
|
||||
SRCS= start.S main.c readufs.c readufs_ffs.c readufs_lfs.c milli_tiny.S
|
||||
NODEBUG= yes
|
||||
PROG= xxboot
|
||||
NOMAN= # defined
|
||||
SRCS= start.S main.c readufs.c readufs_ffs.c readufs_lfs.c milli_tiny.S
|
||||
|
||||
.PATH: ${.CURDIR}/../common
|
||||
|
||||
|
|
Loading…
Reference in New Issue