diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-09-23 18:18:21 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-09-23 18:20:23 +0000 |
commit | e6d30d653311797923afa1225eff167d8a15f679 (patch) | |
tree | 7193048c10926b17c67bbe8bd5a8d0764629d5d6 | |
parent | bad1a67ce23117b1326d6594bdb88835c8301093 (diff) |
Mk/bsd.gcc.mk: Strongly discourage USE_GCC=any
PR: 258015
-rw-r--r-- | Mk/bsd.gcc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index 63c060f6322d..5a8d5d20d4e6 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -21,8 +21,8 @@ # If no arguments are specified, GCC is added as both a build dependency # and a run time dependency. # -# (USE_GCC=any is deprecated, must not be used for new ports, and should -# be migrated to USE_GCC=yes or completely removed if possible.) +# (USE_GCC=any is deprecated - and now an odd way to write USE_GCC=yes. +# Do *not* use! It will be removed shortly.) # # # Examples: |