firasuke / mussel

The shortest and fastest script to build working cross compilers targeting musl libc
ISC License
88 stars 12 forks source link

Remove dependencies on the lzip and zstd command-line tools #21

Closed SpecLad closed 9 months ago

SpecLad commented 9 months ago

Fixes #20.

firasuke commented 9 months ago

While I agree we can do without lzip, but for zstd it is being used as an LTO backend for GCC.

Perhaps you can rework the patch and I'll review it.

SpecLad commented 9 months ago

Okay, how about this? I replaced the zstd program check with a check for the zstd.h header, which is what GCC actually needs.

firasuke commented 9 months ago

Fair enough. Merged.