From c44c1e1a1f18394cb855c389795ba10822e29d46 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Sun, 5 Feb 2023 23:12:05 +0100 Subject: [PATCH] toolchain/binutils: enable zstd support Debug sections can now be compressed using zstd. Signed-off-by: Andre Heider --- toolchain/binutils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 42778d8d698..ae7e953eb92 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -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 \ -- 2.30.2