drop USE_GCC4. we don't use this and the module checks COMPILER_VERSION.

from/discussed with brad
This commit is contained in:
steven 2010-07-21 16:45:21 +00:00
parent 26f69c2f4b
commit 952b3ac19a

View File

@ -1,5 +1 @@
USE_GCC4 ?= No
.if ${USE_GCC4:L} == "no"
.include "${PORTSDIR}/lang/gcc/4.2/gcc4.port.mk"
.endif