From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 06/28] make.sh: Build zstd after second pass of GCC Date: Fri, 04 Feb 2022 16:47:26 +0000 Message-ID: <20220204164748.315559-6-michael.tremer@ipfire.org> In-Reply-To: <20220204164748.315559-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5300572404323533113==" List-Id: --===============5300572404323533113== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit zstd requires libatomic on riscv64 which isn't available, yet Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 79798834a..5930699f0 100755 --- a/make.sh +++ b/make.sh @@ -1026,9 +1026,9 @@ buildtoolchain() { lfsmake1 libxcrypt lfsmake1 gcc PASS=L lfsmake1 zlib - lfsmake1 zstd lfsmake1 binutils PASS=2 lfsmake1 gcc PASS=2 + lfsmake1 zstd lfsmake1 ccache lfsmake1 tcl lfsmake1 expect -- 2.30.2 --===============5300572404323533113==--