1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

devel/tigcc: Drop special casing for GCC 4.2

Remove code specifically added for GCC 4.2 which we no longer ship.

This reverts part of e355cf10ad from
December 2018.

Approved by: 	danfe (maintainer)
This commit is contained in:
Gerald Pfeifer 2023-02-27 19:54:57 +00:00
parent a0de2eb1a0
commit b4c1a16d0d

View File

@ -141,10 +141,4 @@ do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
@${CP} ${WRKSRC}/tigcc/tigcclib/examples/* ${STAGEDIR}${EXAMPLESDIR}/
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42
CFLAGS+= -fnested-functions
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>