Don't depend in libc, et al.
This commit is contained in:
parent
88659c9335
commit
8d464a511c
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile.buildboot,v 1.20 2002/05/30 18:35:08 thorpej Exp $
|
# $NetBSD: Makefile.buildboot,v 1.21 2003/10/02 13:52:07 simonb Exp $
|
||||||
|
|
||||||
# RELOC=FFF00000 allows for boot prog up to FF000 (1044480) bytes long
|
# RELOC=FFF00000 allows for boot prog up to FF000 (1044480) bytes long
|
||||||
RELOC= FFF00000
|
RELOC= FFF00000
|
||||||
|
@ -23,6 +23,12 @@ CFLAGS= -Os -msoft-float -ffreestanding
|
||||||
SRCS+= vers.c
|
SRCS+= vers.c
|
||||||
CLEANFILES+= vers.c
|
CLEANFILES+= vers.c
|
||||||
|
|
||||||
|
# XXX SHOULD NOT NEED TO DEFINE THESE!
|
||||||
|
LIBCRT0=
|
||||||
|
LIBC=
|
||||||
|
LIBCRTBEGIN=
|
||||||
|
LIBCRTEND=
|
||||||
|
|
||||||
.PHONY: vers.c
|
.PHONY: vers.c
|
||||||
vers.c: ${.CURDIR}/version
|
vers.c: ${.CURDIR}/version
|
||||||
sh ${S}/conf/newvers_stand.sh ${.CURDIR}/version hp300 ${NEWVERSWHAT}
|
sh ${S}/conf/newvers_stand.sh ${.CURDIR}/version hp300 ${NEWVERSWHAT}
|
||||||
|
|
Loading…
Reference in New Issue