openbsd-ports/infrastructure/mk/gcc4.port.mk
ajacoutot c78568ec50 - reverse logic so that gcc3/4 is actually used when USE_GCC* is set
- set USE_GCC* to Yes by default when using a gcc* MODULE which makes
much more sense

discussed with and ok robert@
2008-10-28 12:26:39 +00:00

6 lines
100 B
Makefile

USE_GCC4 ?= Yes
.if ${USE_GCC4:L} == "yes"
.include "${PORTSDIR}/lang/gcc/4.2/gcc4.port.mk"
.endif