Skip to content

Commit

Permalink
Mk/bsd.gcc.mk: Use GCC 12 in examples
Browse files Browse the repository at this point in the history
We want to steer people towards current versions of GCC, so use
GCC 12 in examples over GCC 10 and GCC 11 now that the default is
GCC 13.
  • Loading branch information
Gerald Pfeifer authored and Gerald Pfeifer committed Mar 9, 2024
1 parent 7d4e91a commit 95ead80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mk/bsd.gcc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
# Examples:
# USE_GCC= yes # port requires a current version of GCC
# # as defined in bsd.default-versions.mk.
# USE_GCC= 11 # port requires GCC 11.
# USE_GCC= 12 # port requires GCC 12.
# USE_GCC= yes:build # port requires a current version of GCC at
# # build time only.
# USE_GCC= 10:build # port requires GCC 10 at build time only.
# USE_GCC= 12:build # port requires GCC 12 at build time only.
#
# If you are wondering what your port exactly does, use "make test-gcc"
# to see some debugging.
Expand Down

0 comments on commit 95ead80

Please sign in to comment.