remove sparc64/2.95 workarounds.

This commit is contained in:
brad 2004-04-06 03:12:19 +00:00
parent 996dac4f2b
commit 59a9028d26
2 changed files with 2 additions and 13 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.33 2003/10/16 22:22:00 brad Exp $
# $OpenBSD: Makefile,v 1.34 2004/04/06 03:12:19 brad Exp $
COMMENT= "GNU parser generator"
@ -19,11 +19,6 @@ PERMIT_DISTFILES_FTP= Yes
MAKE_ENV= MAKEINFOFLAGS="--no-split"
# XXX workaround gcc bugs on sparc64
.if ${MACHINE_ARCH:Msparc64}
CFLAGS+= -O0
.endif
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2003/09/22 23:13:31 pvalchev Exp $
# $OpenBSD: Makefile,v 1.29 2004/04/06 03:12:19 brad Exp $
COMMENT= "GNU make"
@ -26,12 +26,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAKEINFO="makeinfo --no-split"
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/config
# XXX workaround sparc64 gcc optimization bug where gmake built
# with optimization level > 0 would get random sig11's.
.if ${MACHINE_ARCH:Msparc64}
CFLAGS+= -O0
.endif
post-extract:
@rm -f ${WRKSRC}/doc/make.info*