Skip to content

Commit

Permalink
Mk/bsd.gcc.mk: User newer versions in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Pfeifer authored and Gerald Pfeifer committed Jul 16, 2021
1 parent c2cc581 commit 3716b29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Mk/bsd.gcc.mk
Expand Up @@ -28,11 +28,11 @@
# Examples:
# USE_GCC= yes # port requires a current version of GCC
# # as defined in bsd.default-versions.mk.
# USE_GCC= 9+ # port requires GCC 9 or later.
# USE_GCC= 8 # port requires GCC 8.
# USE_GCC= 11+ # port requires GCC 11 or later.
# USE_GCC= 9 # port requires GCC 9.
# USE_GCC= yes:build # port requires a current version of GCC at
# # build time only.
# USE_GCC= 9:build # port requires GCC 9 at build time only.
# USE_GCC= 10:build # port requires GCC 10 at build time only.
# USE_GCC= 11+:build # port requires GCC 11 or later at build
# # time only.
#
Expand Down

0 comments on commit 3716b29

Please sign in to comment.