Stub out LIBCRT0, LIBCRTBEGIN, LIBCRTEND, and LIBC.

This commit is contained in:
thorpej 2003-01-14 23:51:34 +00:00
parent 9eb63b3b94
commit f6f0dbd011

View File

@ -1,10 +1,15 @@
# $NetBSD: Makefile.booters,v 1.37 2002/11/23 23:34:39 fvdl Exp $
# $NetBSD: Makefile.booters,v 1.38 2003/01/14 23:51:34 thorpej Exp $
.include <bsd.own.mk>
STRIPFLAG=
BINMODE=444
LIBCRT0= # nothing
LIBCRTBEGIN= # nothing
LIBCRTEND= # nothing
LIBC= # nothing
# Make sure we override any optimization options specified by the
# user.
.if ${MACHINE_ARCH} == "x86_64"