]> 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>
Mon, 19 Apr 2021 10:25:14 +0000 (10:25 +0000)
commitab7d5a5a136bd22baf4260a04349c173142d7cdd
tree3e618b271b3a75cd1b70ae7d52c7be1d2a8df5eb
parentd9224c98e967604acc0f3c1bba2886eb39c0e39e
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