Source-Changes-HG archive

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

[src/trunk]: src/distrib/sgimips/ramdisk -fno-gcse is unneccessary.



details:   https://anonhg.NetBSD.org/src/rev/7a3f34610645
branches:  trunk
changeset: 555290:7a3f34610645
user:      sekiya <sekiya%NetBSD.org@localhost>
date:      Thu Nov 13 13:18:56 2003 +0000

description:
-fno-gcse is unneccessary.

diffstat:

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

diffs (18 lines):

diff -r 2ab18f8e39aa -r 7a3f34610645 distrib/sgimips/ramdisk/Makefile
--- a/distrib/sgimips/ramdisk/Makefile  Thu Nov 13 13:07:01 2003 +0000
+++ b/distrib/sgimips/ramdisk/Makefile  Thu Nov 13 13:18:56 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2003/11/13 02:33:39 sekiya Exp $
+#      $NetBSD: Makefile,v 1.5 2003/11/13 13:18:56 sekiya Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -9,7 +9,7 @@
 MAKEFS_FLAGS=  -f 15 -o density=4k
 
 WARNS=         1
-DBG=           -Os -fno-gcse
+DBG=           -Os
 
 CRUNCHBIN=     ramdiskbin
 CRUNCHGEN_FLAGS= -d "${DBG}"



Home | Main Index | Thread Index | Old Index