File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2630,10 +2630,10 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
26302630# Detect the target system
26312631case " ${host_os} " in
26322632 * darwin* )
2633- list_of_compilers=" gcc-10 gcc-9 gcc-8 gcc-7 gcc clang"
2633+ list_of_compilers=" gcc-11 gcc- 10 gcc-9 gcc-8 gcc-7 gcc clang"
26342634 ;;
26352635 * macos* )
2636- list_of_compilers=" gcc-10 gcc-9 gcc-8 gcc-7 gcc clang"
2636+ list_of_compilers=" gcc-11 gcc- 10 gcc-9 gcc-8 gcc-7 gcc clang"
26372637 ;;
26382638 * )
26392639 list_of_compilers=" gcc cl cc"
Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ AC_CANONICAL_HOST
5353# Detect the target system
5454case " ${host_os} " in
5555 * darwin* )
56- list_of_compilers=" gcc-10 gcc-9 gcc-8 gcc-7 gcc clang"
56+ list_of_compilers=" gcc-11 gcc- 10 gcc-9 gcc-8 gcc-7 gcc clang"
5757 ;;
5858 * macos* )
59- list_of_compilers=" gcc-10 gcc-9 gcc-8 gcc-7 gcc clang"
59+ list_of_compilers=" gcc-11 gcc- 10 gcc-9 gcc-8 gcc-7 gcc clang"
6060 ;;
6161 * )
6262 list_of_compilers=" gcc cl cc"
You can’t perform that action at this time.
0 commit comments