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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user