From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 1/2] make.sh: Bump the toolchain version Date: Thu, 23 May 2024 17:38:26 +0000 Message-ID: <20240523173827.2621590-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5674171879601044288==" List-Id: --===============5674171879601044288== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index a4ba09326..490d376eb 100755 --- a/make.sh +++ b/make.sh @@ -35,7 +35,7 @@ GIT_BRANCH=3D"$(git rev-parse --abbrev-ref HEAD)" # Git B= ranch GIT_TAG=3D"$(git tag | tail -1)" # Git Tag GIT_LASTCOMMIT=3D"$(git rev-parse --verify HEAD)" # Last commit =20 -TOOLCHAINVER=3D20240210 +TOOLCHAINVER=3D20240521 =20 # use multicore and max compression ZSTD_OPT=3D"-T0 --ultra -22" --=20 2.39.2 --===============5674171879601044288==--