remove another sparc64/2.95 workaround.

This commit is contained in:
brad 2004-04-06 06:33:29 +00:00
parent f845f0f369
commit 764c258b0b

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.46 2003/06/23 03:30:24 jolan Exp $
# $OpenBSD: Makefile,v 1.47 2004/04/06 06:33:29 brad Exp $
COMMENT= "block-sorting file compressor, unencumbered"
@ -17,7 +17,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BZ2_CFLAGS= -Wall -Winline
.if ${MACHINE_ARCH} != "sparc64" && ${MACHINE_ARCH} != "m68k"
.if ${MACHINE_ARCH} != "m68k"
BZ2_CFLAGS+= -fomit-frame-pointer -fno-strength-reduce
.endif