Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/stand/ofwboot No need to depend on userland ...



details:   https://anonhg.NetBSD.org/src/rev/4fd824f06235
branches:  trunk
changeset: 540320:4fd824f06235
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Dec 09 16:30:40 2002 +0000

description:
No need to depend on userland libraries here.

diffstat:

 sys/arch/macppc/stand/ofwboot/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 0a2c1907da7e -r 4fd824f06235 sys/arch/macppc/stand/ofwboot/Makefile
--- a/sys/arch/macppc/stand/ofwboot/Makefile    Mon Dec 09 16:24:39 2002 +0000
+++ b/sys/arch/macppc/stand/ofwboot/Makefile    Mon Dec 09 16:30:40 2002 +0000
@@ -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+=     -DLIBSA_USE_MEMCPY -DLIBSA_USE_MEMSET
 DBG=           -Os
 
+LIBCRT0=       # nothing
+LIBCRTBEGIN=   # nothing
+LIBCRTEND=     # nothing
+LIBC=          # nothing
+
 .PATH:         ${S}/arch/powerpc/powerpc
 SRCS+=         ofwmagic.S
 



Home | Main Index | Thread Index | Old Index