Remove alpha optimization hack.

This commit is contained in:
mycroft 2003-10-26 16:30:25 +00:00
parent 93e8757186
commit 6e508d1dff
1 changed files with 1 additions and 8 deletions

View File

@ -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 @@ LINKS= ${BINDIR}/newfs ${BINDIR}/mount_mfs
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