Module Name:    src
Committed By:   matt
Date:           Tue Jan 18 01:25:29 UTC 2011

Modified Files:
        src/distrib/evbppc/ramdisk: Makefile

Log Message:
Don't use string instructions (not on mpc85xx)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/distrib/evbppc/ramdisk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/evbppc/ramdisk/Makefile
diff -u src/distrib/evbppc/ramdisk/Makefile:1.8 src/distrib/evbppc/ramdisk/Makefile:1.9
--- src/distrib/evbppc/ramdisk/Makefile:1.8	Thu Feb 11 09:06:48 2010
+++ src/distrib/evbppc/ramdisk/Makefile	Tue Jan 18 01:25:29 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2010/02/11 09:06:48 roy Exp $
+#	$NetBSD: Makefile,v 1.9 2011/01/18 01:25:29 matt Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,7 +8,7 @@
 MAKEFS_FLAGS=	-f 15
 
 WARNS=		1
-DBG=		-Os -mmultiple -mstring
+DBG=		-Os -mmultiple -mno-string
 
 CRUNCHBIN=	ramdiskbin
 CRUNCHGEN_FLAGS=-d "${DBG}"

Reply via email to