]> git.ipfire.org Git - ipfire-2.x.git/commit
make.sh: Build zlib + zstd before binutils
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Apr 2021 10:25:14 +0000 (10:25 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 5 Jul 2021 05:42:39 +0000 (07:42 +0200)
commit7d14c77597821b756d4a82902ca060015ef6b1b2
treec8f8a752810cf5747e13544dea99d4e1a534ecb8
parent72c39057b95a159c7e4c16647d2247df26e5f56b
make.sh: Build zlib + zstd before binutils

binutils is using to compress LTO? debugging data. Since binutils linked
against zstd from stage2 is expecting data being compressed, we need to
have zstd available at the toolchain stage.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh