remove sparc64/2.95 workarounds.
This commit is contained in:
parent
996dac4f2b
commit
59a9028d26
@ -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"
|
||||
|
@ -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*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user