Don't depend in libc, et al.

This commit is contained in:
simonb 2003-10-02 13:52:07 +00:00
parent 88659c9335
commit 8d464a511c
1 changed files with 7 additions and 1 deletions

View File

@ -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
@ -23,6 +23,12 @@ CFLAGS= -Os -msoft-float -ffreestanding
SRCS+= vers.c
CLEANFILES+= vers.c
# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=
.PHONY: vers.c
vers.c: ${.CURDIR}/version
sh ${S}/conf/newvers_stand.sh ${.CURDIR}/version hp300 ${NEWVERSWHAT}