Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/newfs Remove alpha optimization hack.
details: https://anonhg.NetBSD.org/src/rev/fcf6ce93f5f7
branches: trunk
changeset: 554271:fcf6ce93f5f7
user: mycroft <mycroft%NetBSD.org@localhost>
date: Sun Oct 26 16:30:25 2003 +0000
description:
Remove alpha optimization hack.
diffstat:
sbin/newfs/Makefile | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
diffs (20 lines):
diff -r c46ab5ac0870 -r fcf6ce93f5f7 sbin/newfs/Makefile
--- a/sbin/newfs/Makefile Sun Oct 26 16:15:55 2003 +0000
+++ b/sbin/newfs/Makefile Sun Oct 26 16:30:25 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2003/03/22 19:09:39 jdolecek Exp $
+# $NetBSD: Makefile,v 1.27 2003/10/26 16:30:25 mycroft Exp $
# @(#)Makefile 8.2 (Berkeley) 3/27/94
.include <bsd.own.mk>
@@ -19,10 +19,3 @@
MLINKS= mount_mfs.8 mfs.8
.include <bsd.prog.mk>
-
-.if (${MACHINE_ARCH} == "alpha")
-#
-# XXX gcc 2.95.3 with -O2 (the default) generates a non-functional newfs
-#
-CFLAGS+= -O1
-.endif
Home |
Main Index |
Thread Index |
Old Index