No need to depend on userland libraries here.
This commit is contained in:
parent
213339df22
commit
2c75f5b061
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.35 2002/09/20 03:20:24 wrstuden Exp $
|
||||
# $NetBSD: Makefile,v 1.36 2002/12/09 16:30:40 thorpej Exp $
|
||||
|
||||
S= ${.CURDIR}/../../../..
|
||||
|
||||
|
@ -14,6 +14,11 @@ CPPFLAGS+= -DSUPPORT_USTARFS -DHAVE_CHANGEDISK_HOOK
|
|||
CPPFLAGS+= -DLIBSA_USE_MEMCPY -DLIBSA_USE_MEMSET
|
||||
DBG= -Os
|
||||
|
||||
LIBCRT0= # nothing
|
||||
LIBCRTBEGIN= # nothing
|
||||
LIBCRTEND= # nothing
|
||||
LIBC= # nothing
|
||||
|
||||
.PATH: ${S}/arch/powerpc/powerpc
|
||||
SRCS+= ofwmagic.S
|
||||
|
||||
|
|
Loading…
Reference in New Issue