toolchain/binutils: enable zstd support

Debug sections can now be compressed using zstd.

Signed-off-by: Andre Heider <a.heider@gmail.com>
This commit is contained in:
Andre Heider 2023-02-05 23:12:05 +01:00 committed by Christian Marangi
parent 86cf0f93f1
commit c44c1e1a1f
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ HOST_CONFIGURE_ARGS = \
--target=$(REAL_GNU_TARGET_NAME) \
--with-sysroot=$(TOOLCHAIN_DIR) \
--with-system-zlib \
--without-zstd \
--with-zstd \
--enable-deterministic-archives \
--enable-plugins \
--enable-lto \