Stub out LIBCRT0, LIBCRTBEGIN, LIBCRTEND, and LIBC.
This commit is contained in:
parent
9eb63b3b94
commit
f6f0dbd011
@ -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>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
STRIPFLAG=
|
STRIPFLAG=
|
||||||
BINMODE=444
|
BINMODE=444
|
||||||
|
|
||||||
|
LIBCRT0= # nothing
|
||||||
|
LIBCRTBEGIN= # nothing
|
||||||
|
LIBCRTEND= # nothing
|
||||||
|
LIBC= # nothing
|
||||||
|
|
||||||
# Make sure we override any optimization options specified by the
|
# Make sure we override any optimization options specified by the
|
||||||
# user.
|
# user.
|
||||||
.if ${MACHINE_ARCH} == "x86_64"
|
.if ${MACHINE_ARCH} == "x86_64"
|
||||||
|
Loading…
Reference in New Issue
Block a user