We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be93330 commit 2d8ed7eCopy full SHA for 2d8ed7e
eng/common/native/init-compiler.sh
@@ -64,7 +64,7 @@ if [ -z "$CLR_CC" ]; then
64
if [ -z "$majorVersion" ]; then
65
# note: gcc (all versions) and clang versions higher than 6 do not have minor version in file name, if it is zero.
66
if [ "$compiler" = "clang" ]; then versions="18 17 16 15 14 13 12 11 10 9 8 7 6.0 5.0 4.0 3.9 3.8 3.7 3.6 3.5"
67
- elif [ "$compiler" = "gcc" ]; then versions="13 12 11 10 9 8 7 6 5 4.9"; fi
+ elif [ "$compiler" = "gcc" ]; then versions="14 13 12 11 10 9 8 7 6 5 4.9"; fi
68
69
for version in $versions; do
70
_major="${version%%.*}"
0 commit comments