Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/arc/ramdisk Set DBG="-Os -mmemcpy" and pass it to cr...
details: https://anonhg.NetBSD.org/src/rev/bf99381f4496
branches: trunk
changeset: 525639:bf99381f4496
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Apr 14 12:52:15 2002 +0000
description:
Set DBG="-Os -mmemcpy" and pass it to crunchgen.
diffstat:
distrib/arc/ramdisk/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 293e16b69221 -r bf99381f4496 distrib/arc/ramdisk/Makefile
--- a/distrib/arc/ramdisk/Makefile Sun Apr 14 12:51:17 2002 +0000
+++ b/distrib/arc/ramdisk/Makefile Sun Apr 14 12:52:15 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/04/12 14:10:48 lukem Exp $
+# $NetBSD: Makefile,v 1.3 2002/04/14 12:52:15 tsutsui Exp $
.include <bsd.own.mk>
.include "${_SRC_TOP_}/distrib/Makefile.inc"
@@ -8,9 +8,10 @@
MAKEFS_FLAGS= -f 15
WARNS= 1
-DBG= -Os
+DBG= -Os -mmemcpy
CRUNCHBIN= ramdiskbin
+CRUNCHGEN_FLAGS= -d "${DBG}"
LISTS= ${.CURDIR}/list # ${DISTRIBDIR}/common/list.sysinst
MTREECONF= ${DISTRIBDIR}/common/mtree.common
IMAGEENDIAN= le
Home |
Main Index |
Thread Index |
Old Index