[openwrt/openwrt] toolchain/binutils: enable zstd support

LEDE Commits lede-commits at lists.infradead.org
Thu Mar 16 18:09:41 PDT 2023


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c44c1e1a1f18394cb855c389795ba10822e29d46

commit c44c1e1a1f18394cb855c389795ba10822e29d46
Author: Andre Heider <a.heider at gmail.com>
AuthorDate: Sun Feb 5 23:12:05 2023 +0100

    toolchain/binutils: enable zstd support
    
    Debug sections can now be compressed using zstd.
    
    Signed-off-by: Andre Heider <a.heider at gmail.com>
---
 toolchain/binutils/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index 42778d8d69..ae7e953eb9 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 \




More information about the lede-commits mailing list