summaryrefslogtreecommitdiffhomepage
path: root/groups/030.host_toolchain.group
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-05-03 05:17:53 +0000
committermidipix <writeonce@midipix.org>2020-05-03 06:24:45 +0000
commite7cd60f030b3c8ae4063cbfbb02e04ad74645a55 (patch)
tree41ac6aeb073ac7e04b17ccc69cbc9e605da87358 /groups/030.host_toolchain.group
parentdfee0c843293853e3aeb24967b8905601f17a784 (diff)
downloadmidipix_build-e7cd60f030b3c8ae4063cbfbb02e04ad74645a55.tar.bz2
midipix_build-e7cd60f030b3c8ae4063cbfbb02e04ad74645a55.tar.xz
musl_{host|native}: bump to version 1.2.0 [pre-alpha abi upgrade].
Diffstat (limited to 'groups/030.host_toolchain.group')
-rw-r--r--groups/030.host_toolchain.group4
1 files changed, 2 insertions, 2 deletions
diff --git a/groups/030.host_toolchain.group b/groups/030.host_toolchain.group
index 1e75d427..4c485b3d 100644
--- a/groups/030.host_toolchain.group
+++ b/groups/030.host_toolchain.group
@@ -92,8 +92,8 @@ HOST_TOOLCHAIN_PREFIX="${PREFIX_CROSS}";
: ${PKG_MPFR_HOST_CONFIGURE_ARGS:="--disable-assembly --disable-nls --prefix= --with-gmp=${PREFIX}"};
: ${PKG_MPFR_HOST_PREFIX:=${PREFIX}};
: ${PKG_MUSL_FULL_HOST_DEPENDS:="gcc_stage1_host gcc_runtime_host"};
-: ${PKG_MUSL_FULL_HOST_SHA256SUM:=1370c9a812b2cf2a7d92802510cca0058cc37e66a7bedd70051f0a34015022a3};
-: ${PKG_MUSL_FULL_HOST_VERSION:=1.1.24};
+: ${PKG_MUSL_FULL_HOST_SHA256SUM:=c6de7b191139142d3f9a7b5b702c9cae1b5ee6e7f57e582da9328629408fd4e8};
+: ${PKG_MUSL_FULL_HOST_VERSION:=1.2.0};
: ${PKG_MUSL_FULL_HOST_URL:="http://www.musl-libc.org/releases/musl-${PKG_MUSL_FULL_HOST_VERSION}.tar.gz"}
: ${PKG_MUSL_FULL_HOST_URLS_GIT:="mmglue=${DEFAULT_GITROOT}/mmglue@main"};
: ${PKG_MUSL_FULL_HOST_BASE_DIR:=${BUILD_WORKDIR}/musl_full-host-${DEFAULT_TARGET}};