From b51c52533b2c5a321303a84a306ed2f475f0cdc3 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Tue, 27 Sep 2022 23:17:03 +0200 Subject: [PATCH] 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 --- 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 \ -- 2.30.2