Revert "toolchain/gcc: use zstd from tools"
This reverts commit e6cc3ded07
.
Require more testing as it does cause compilation error.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
6e90cb60e4
commit
b51c52533b
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue