From 9b611e5f00a58453855072cf2997dbd3382701a3 Mon Sep 17 00:00:00 2001 From: LI Qing Date: Tue, 2 Jun 2020 05:39:29 +0000 Subject: [PATCH] Update musl to v1.1.24 --- tools/toolchains/gcc/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/toolchains/gcc/build.sh b/tools/toolchains/gcc/build.sh index 13bfbb6e..8a775a31 100755 --- a/tools/toolchains/gcc/build.sh +++ b/tools/toolchains/gcc/build.sh @@ -23,7 +23,7 @@ git checkout d969dea983a2cc54a1e0308a0cdeb6c3307e4bfa TARGET=x86_64-linux-musl # We will check out the branch ${MUSL_VER} from ${MUSL_REPO} MUSL_REPO=https://github.com/occlum/musl -MUSL_VER=1.1.20 +MUSL_VER=1.1.24 # We will use this version of GCC GCC_VER=8.3.0