Use USE_GCC=6+ as example for the "+" flavor of USE_GCC instead of
USE_GCC=4.9+. Among others, this adds an example for the new, single digit GCC versions.
This commit is contained in:
parent
b25a297bc7
commit
f18a6f4385
@ -21,7 +21,7 @@
|
||||
# USE_GCC= yes # port requires a current version of GCC
|
||||
# # as defined in bsd.default-versions.mk.
|
||||
# USE_GCC= any # port requires GCC 4.2 or later.
|
||||
# USE_GCC= 4.9+ # port requires GCC 4.9 or later.
|
||||
# USE_GCC= 6+ # port requires GCC 6 or later.
|
||||
# USE_GCC= 4.9 # port requires GCC 4.9.
|
||||
#
|
||||
# If you are wondering what your port exactly does, use "make test-gcc"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user