From: Rosen Penev Date: Sun, 25 Sep 2022 04:46:38 +0000 (-0700) Subject: toolchain/gcc: use zstd from tools X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=commitdiff_plain;h=e6cc3ded0709aa6c7a190c31575bb5c19e204cd2 toolchain/gcc: use zstd from tools pkgconfig is not used for some reason. Match other used tools. Signed-off-by: Rosen Penev --- 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 \