Skip to content

Commit

Permalink
Mk/bsd.default-versions.mk: Switch default GCC from 11 to 12
Browse files Browse the repository at this point in the history
PR:		265948
Tested by:	antoine (exp-runs)
  • Loading branch information
lsalvadore committed Dec 3, 2022
1 parent b486b0d commit 6855288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mk/bsd.default-versions.mk
Expand Up @@ -51,7 +51,7 @@ FPC_DEFAULT?= 3.2.2
. if ${ARCH} == "powerpcspe"
GCC_DEFAULT?= 8
. else
GCC_DEFAULT?= 11
GCC_DEFAULT?= 12
. endif
# Possible values: 7, 8, 9, agpl
GHOSTSCRIPT_DEFAULT?= agpl
Expand Down

0 comments on commit 6855288

Please sign in to comment.