mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
make.sh: Build zstd after second pass of GCC
zstd requires libatomic on riscv64 which isn't available, yet Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
e111b836b3
commit
0250d332e4
2
make.sh
2
make.sh
@@ -1026,9 +1026,9 @@ buildtoolchain() {
|
|||||||
lfsmake1 libxcrypt
|
lfsmake1 libxcrypt
|
||||||
lfsmake1 gcc PASS=L
|
lfsmake1 gcc PASS=L
|
||||||
lfsmake1 zlib
|
lfsmake1 zlib
|
||||||
lfsmake1 zstd
|
|
||||||
lfsmake1 binutils PASS=2
|
lfsmake1 binutils PASS=2
|
||||||
lfsmake1 gcc PASS=2
|
lfsmake1 gcc PASS=2
|
||||||
|
lfsmake1 zstd
|
||||||
lfsmake1 ccache
|
lfsmake1 ccache
|
||||||
lfsmake1 tcl
|
lfsmake1 tcl
|
||||||
lfsmake1 expect
|
lfsmake1 expect
|
||||||
|
|||||||
Reference in New Issue
Block a user