From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 13/28] make.sh: Bump toolchain version Date: Fri, 04 Feb 2022 16:47:33 +0000 Message-ID: <20220204164748.315559-13-michael.tremer@ipfire.org> In-Reply-To: <20220204164748.315559-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6246369691218002331==" List-Id: --===============6246369691218002331== 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 dfa1bafde..57e185312 100755 --- a/make.sh +++ b/make.sh @@ -38,7 +38,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=3D20210701 +TOOLCHAINVER=3D20210805 =20 # use multicore and max compression ZSTD_OPT=3D"-T0 --ultra -22" --=20 2.30.2 --===============6246369691218002331==--