Remove the .ifdef to compile without optimization on powerpc since the

bug that it was working around doesn't seem to exist in egcs
This commit is contained in:
danw 1999-06-26 20:01:55 +00:00
parent 7683f14172
commit ac6b97b984
1 changed files with 1 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.31 1999/05/17 15:14:53 lukem Exp $
# $NetBSD: Makefile,v 1.32 1999/06/26 20:01:55 danw Exp $
# @(#)Makefile 8.2 (Berkeley) 4/4/94
PROG= ftpd
@ -22,8 +22,3 @@ LDADD+= -lskey
.endif
.include <bsd.prog.mk>
# XXX Work-around a compiler bug for now... can't use -O
.if (${MACHINE_ARCH} == "powerpc")
COPTS+=-O0
.endif