From: Christian Marangi Date: Tue, 27 Sep 2022 21:17:03 +0000 (+0200) Subject: Revert "toolchain/gcc: use zstd from tools" X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b51c52533b2c5a321303a84a306ed2f475f0cdc3;hp=6e90cb60e4b5720b399103cbb44508bc0559be1e;p=openwrt%2Fstaging%2Fdedeckeh.git Revert "toolchain/gcc: use zstd from tools" This reverts commit e6cc3ded0709aa6c7a190c31575bb5c19e204cd2. Require more testing as it does cause compilation error. Signed-off-by: Christian Marangi --- diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index 7371579b32..83884dd54c 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -117,7 +117,6 @@ 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 \