[openwrt/openwrt] Revert "toolchain/gcc: use zstd from tools"
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 27 14:19:02 PDT 2022
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b51c52533b2c5a321303a84a306ed2f475f0cdc3
commit b51c52533b2c5a321303a84a306ed2f475f0cdc3
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Tue Sep 27 23:17:03 2022 +0200
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 <ansuelsmth at gmail.com>
---
toolchain/gcc/common.mk | 1 -
1 file changed, 1 deletion(-)
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 \
More information about the lede-commits
mailing list