]> git.ipfire.org Git - people/ms/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)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 20 May 2021 10:34:41 +0000 (10:34 +0000)
commitcaaa3cfc7a967d163715298e51ed7af29c859818
treed5b87c21bc08bbeb97cb5d44578a3c803d4b686b
parent801c27d0017c74660248c6adc1b005072bc8af9e
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