Skip to content

Commit f55e2e9

Browse files
committed
add gcc-11 to configure for macOS
1 parent c9d4b68 commit f55e2e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2630,10 +2630,10 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
26302630
# Detect the target system
26312631
case "${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"

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ AC_CANONICAL_HOST
5353
# Detect the target system
5454
case "${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"

0 commit comments

Comments
 (0)