Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/stand - define LIBSA_USE_MEMCPY and LIBSA_USE...



details:   https://anonhg.NetBSD.org/src/rev/0ec48b9ee6a4
branches:  trunk
changeset: 555328:0ec48b9ee6a4
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Nov 14 16:53:37 2003 +0000

description:
- define LIBSA_USE_MEMCPY and LIBSA_USE_MEMSET
- set WARNS?=1

diffstat:

 sys/arch/hp300/stand/Makefile.buildboot |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 89e43a207627 -r 0ec48b9ee6a4 sys/arch/hp300/stand/Makefile.buildboot
--- a/sys/arch/hp300/stand/Makefile.buildboot   Fri Nov 14 16:52:40 2003 +0000
+++ b/sys/arch/hp300/stand/Makefile.buildboot   Fri Nov 14 16:53:37 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.buildboot,v 1.23 2003/11/13 15:50:46 tsutsui Exp $
+#      $NetBSD: Makefile.buildboot,v 1.24 2003/11/14 16:53:37 tsutsui Exp $
 
 # RELOC=FFF00000 allows for boot prog up to FF000 (1044480) bytes long
 RELOC= FFF00000
@@ -8,6 +8,7 @@
 .PATH: ${.CURDIR}/../common
 
 PROG=          ${PROGAOUT}.lif
+WARNS?=                1
 
 SRCS=          ${COMMONSOURCE} ${DRIVERSOURCE} ${PROGSOURCE}
 NOMAN=         # defined
@@ -18,6 +19,7 @@
 
 CPPFLAGS+=     -I${.CURDIR}/../../.. -I${.CURDIR}/../../../..  -I${.OBJDIR}
 CPPFLAGS+=     -Wno-main
+CPPFLAGS+=     -DLIBSA_USE_MEMCPY -DLIBSA_USE_MEMSET
 CPPFLAGS+=     -D__daddr_t=int32_t
 CFLAGS=                -Os -msoft-float -ffreestanding
 



Home | Main Index | Thread Index | Old Index