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 Set USE_LIBSA_MEMCPY and USE_L...
details: https://anonhg.NetBSD.org/src/rev/f957e813500b
branches: trunk
changeset: 525590:f957e813500b
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Apr 13 13:31:40 2002 +0000
description:
Set USE_LIBSA_MEMCPY and USE_LIBSA_MEMSET to save a few bytes.
diffstat:
sys/arch/macppc/stand/ofwboot/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 0a79c2e18633 -r f957e813500b sys/arch/macppc/stand/ofwboot/Makefile
--- a/sys/arch/macppc/stand/ofwboot/Makefile Sat Apr 13 13:26:45 2002 +0000
+++ b/sys/arch/macppc/stand/ofwboot/Makefile Sat Apr 13 13:31:40 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2002/03/30 07:17:09 tsutsui Exp $
+# $NetBSD: Makefile,v 1.32 2002/04/13 13:31:40 tsutsui Exp $
S= ${.CURDIR}/../../../..
@@ -11,6 +11,7 @@
#CPPFLAGS+= -DDEBUG -DNETIF_DEBUG
CPPFLAGS+= -D_STANDALONE -DSUPPORT_DHCP
CPPFLAGS+= -DSUPPORT_USTARFS -DHAVE_CHANGEDISK_HOOK
+CPPFLAGS+= -DLIBSA_USE_MEMCPY -DLIBSA_USE_MEMSET
DBG= -Os
.PATH: ${S}/arch/powerpc/powerpc
Home |
Main Index |
Thread Index |
Old Index