Browse Source

toolchain/binutils: enable zstd support

Debug sections can now be compressed using zstd.

Signed-off-by: Andre Heider <[email protected]>
Andre Heider 2 years ago
parent
commit
c44c1e1a1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/binutils/Makefile

+ 1 - 1
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 \