Revert "toolchain/gcc: use zstd from tools"
authorChristian Marangi <ansuelsmth@gmail.com>
Tue, 27 Sep 2022 21:17:03 +0000 (23:17 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 27 Sep 2022 21:18:37 +0000 (23:18 +0200)
This reverts commit e6cc3ded0709aa6c7a190c31575bb5c19e204cd2.
Require more testing as it does cause compilation error.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
toolchain/gcc/common.mk

index 7371579b32be99c6a7fecb7e5c8740edcd053f60..83884dd54c0f4f9aa29fd86e25ddc14ec0550afe 100644 (file)
@@ -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 \