File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -986,7 +986,7 @@ x86_64-unknown-linux-musl:
986986 host_cc : clang
987987 host_cxx : clang++
988988 target_cc : musl-clang
989- target_cxx : musl-clang++
989+ target_cxx : clang++ # TODO: Explore a musl-clang++ shim?
990990 target_cflags :
991991 - ' -fvisibility=hidden'
992992 needs :
@@ -1030,7 +1030,7 @@ x86_64_v2-unknown-linux-musl:
10301030 host_cc : clang
10311031 host_cxx : clang++
10321032 target_cc : musl-clang
1033- target_cxx : musl-clang++
1033+ target_cxx : clang++ # TODO: Explore a musl-clang++ shim?
10341034 target_cflags :
10351035 - ' -march=x86-64-v2'
10361036 - ' -fvisibility=hidden'
@@ -1075,7 +1075,7 @@ x86_64_v3-unknown-linux-musl:
10751075 host_cc : clang
10761076 host_cxx : clang++
10771077 target_cc : musl-clang
1078- target_cxx : musl-clang++
1078+ target_cxx : clang++ # TODO: Explore a musl-clang++ shim?
10791079 target_cflags :
10801080 - ' -march=x86-64-v3'
10811081 - ' -fvisibility=hidden'
@@ -1120,7 +1120,7 @@ x86_64_v4-unknown-linux-musl:
11201120 host_cc : clang
11211121 host_cxx : clang++
11221122 target_cc : musl-clang
1123- target_cxx : musl-clang++
1123+ target_cxx : clang++ # TODO: Explore a musl-clang++ shim?
11241124 target_cflags :
11251125 - ' -march=x86-64-v4'
11261126 - ' -fvisibility=hidden'
You can’t perform that action at this time.
0 commit comments