Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/news68k/stand/common Add -DLIBSA_USE_MEMCPY and -DL...
details: https://anonhg.NetBSD.org/src/rev/aa1df9e2d4fa
branches: trunk
changeset: 525604:aa1df9e2d4fa
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Apr 13 17:48:10 2002 +0000
description:
Add -DLIBSA_USE_MEMCPY and -DLIBSA_USE_MEMSET to CPPFLAGS.
diffstat:
sys/arch/news68k/stand/common/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 0b7990527853 -r aa1df9e2d4fa sys/arch/news68k/stand/common/Makefile
--- a/sys/arch/news68k/stand/common/Makefile Sat Apr 13 17:29:27 2002 +0000
+++ b/sys/arch/news68k/stand/common/Makefile Sat Apr 13 17:48:10 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/12/12 01:49:47 tv Exp $
+# $NetBSD: Makefile,v 1.5 2002/04/13 17:48:10 tsutsui Exp $
S= ${.CURDIR}/../../../..
@@ -7,6 +7,7 @@
CFLAGS= -Os -Wall
CPPFLAGS+= -D_STANDALONE
+CPPFLAGS+= -DLIBSA_USE_MEMCPY -DLIBSA_USE_MEMSET
CPPFLAGS+= -nostdinc -I${.OBJDIR} -I${S} -I.
AFLAGS= -D_LOCORE
Home |
Main Index |
Thread Index |
Old Index