Skip to content

Commit 041bec8

Browse files
committed
Auto merge of #61300 - indygreg:upgrade-cross-make, r=sanxiyn
Update musl-cross-make to 0.9.8 This version uses musl 1.1.22 and GCC 6.4.0 by default. It also contains support for newer binutils and GCC versions, should we want to bump those as well. But I'm purposefully limiting this patch in order to reduce the surface area for controversy.
2 parents 7840a0b + 51b47b8 commit 041bec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/docker/scripts/musl-toolchain.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Versions of the toolchain components are configurable in `musl-cross-make/Makefile` and
55
# musl unlike GLIBC is forward compatible so upgrading it shouldn't break old distributions.
6-
# Right now we have: Binutils 2.27, GCC 6.3.0, musl 1.1.18
6+
# Right now we have: Binutils 2.27, GCC 6.4.0, musl 1.1.22.
77
set -ex
88

99
hide_output() {
@@ -33,7 +33,7 @@ shift
3333
# Apparently applying `-fPIC` everywhere allows them to link successfully.
3434
export CFLAGS="-fPIC $CFLAGS"
3535

36-
git clone https://github.com/richfelker/musl-cross-make -b v0.9.7
36+
git clone https://github.com/richfelker/musl-cross-make -b v0.9.8
3737
cd musl-cross-make
3838

3939
hide_output make -j$(nproc) TARGET=$TARGET

0 commit comments

Comments
 (0)