Source-Changes-HG archive

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

[src/trunk]: src/distrib/evbppc/ramdisk Don't use string instructions (not on...



details:   https://anonhg.NetBSD.org/src/rev/f74554b92b2b
branches:  trunk
changeset: 760981:f74554b92b2b
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jan 18 01:25:29 2011 +0000

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

diffstat:

 distrib/evbppc/ramdisk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 28a61d2b876c -r f74554b92b2b distrib/evbppc/ramdisk/Makefile
--- a/distrib/evbppc/ramdisk/Makefile   Tue Jan 18 01:23:24 2011 +0000
+++ b/distrib/evbppc/ramdisk/Makefile   Tue Jan 18 01:25:29 2011 +0000
@@ -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}"



Home | Main Index | Thread Index | Old Index