toolchain/gcc: use zstd from tools
authorRosen Penev <rosenp@gmail.com>
Sun, 25 Sep 2022 04:46:38 +0000 (21:46 -0700)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 27 Sep 2022 14:38:14 +0000 (16:38 +0200)
pkgconfig is not used for some reason. Match other used tools.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
toolchain/gcc/common.mk

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