[openwrt/openwrt] toolchain/gcc: use zstd from tools

LEDE Commits lede-commits at lists.infradead.org
Tue Sep 27 07:38:18 PDT 2022


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

commit e6cc3ded0709aa6c7a190c31575bb5c19e204cd2
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Sat Sep 24 21:46:38 2022 -0700

    toolchain/gcc: use zstd from tools
    
    pkgconfig is not used for some reason. Match other used tools.
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
 toolchain/gcc/common.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk
index 83884dd54c..7371579b32 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -117,6 +117,7 @@ GCC_CONFIGURE:= \
 		--with-gmp=$(TOPDIR)/staging_dir/host \
 		--with-mpfr=$(TOPDIR)/staging_dir/host \
 		--with-mpc=$(TOPDIR)/staging_dir/host \
+		--with-zstd=$(TOPDIR)/staging_dir/host \
 		--disable-decimal-float \
 		--with-diagnostics-color=auto-if-env \
 		--enable-__cxa_atexit \




More information about the lede-commits mailing list