Skip to content

Commit 7a4eefc

Browse files
committed
Bump musl-cross-make to get support for building musl 1.2.3
1 parent 4af36a4 commit 7a4eefc

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
@@ -44,8 +44,8 @@ export CFLAGS="-fPIC -g1 $CFLAGS"
4444

4545
git clone https://github.com/richfelker/musl-cross-make # -b v0.9.9
4646
cd musl-cross-make
47-
# A few commits ahead of v0.9.9 to include the cowpatch fix:
48-
git checkout f442c9178b75cf12206113323a49f2e33ecd060b
47+
# A version that includes support for building musl 1.2.3
48+
git checkout fe915821b652a7fa37b34a596f47d8e20bc72338
4949

5050
hide_output make -j$(nproc) TARGET=$TARGET MUSL_VER=1.2.3 LINUX_HEADERS_SITE=$LINUX_HEADERS_SITE
5151
hide_output make install TARGET=$TARGET MUSL_VER=1.2.3 LINUX_HEADERS_SITE=$LINUX_HEADERS_SITE OUTPUT=$OUTPUT

0 commit comments

Comments
 (0)