浏览代码

toolchain/binutils: enable zstd support

Debug sections can now be compressed using zstd.

Signed-off-by: Andre Heider <[email protected]>
Andre Heider 2 年之前
父节点
当前提交
c44c1e1a1f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      toolchain/binutils/Makefile

+ 1 - 1
toolchain/binutils/Makefile

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