Mk/Uses/compiler.mk: Avoid USE_GCC=any

USE_GCC=any is gone, replace it by USE_GCC=yes which has been equivalent
for a while now.

Approved by:	portmgr (antoine)
This commit is contained in:
Gerald Pfeifer
2021-10-15 18:56:26 +00:00
parent 3d1ff1fdae
commit 80847668cf

View File

@@ -109,7 +109,7 @@ CHOSEN_COMPILER_TYPE= ${COMPILER_TYPE}
.if ${_COMPILER_ARGS:Mnestedfct}
.if ${COMPILER_TYPE} == clang
USE_GCC= any
USE_GCC= yes
CHOSEN_COMPILER_TYPE= gcc
.endif
.endif