toolchain/binutils: enable zstd support
authorAndre Heider <a.heider@gmail.com>
Sun, 5 Feb 2023 22:12:05 +0000 (23:12 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Fri, 17 Mar 2023 01:08:25 +0000 (02:08 +0100)
Debug sections can now be compressed using zstd.

Signed-off-by: Andre Heider <a.heider@gmail.com>
toolchain/binutils/Makefile

index 42778d8d6987e9cf09eb67473fa26c831c70d670..ae7e953eb9222bb6b363bc612685c1d625e60a19 100644 (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 \