Browse Source

toolchain/gcc: use zstd from tools

pkgconfig is not used for some reason. Match other used tools.

Signed-off-by: Rosen Penev <[email protected]>
Rosen Penev 3 years ago
parent
commit
e6cc3ded07
1 changed files with 1 additions and 0 deletions
  1. 1 0
      toolchain/gcc/common.mk

+ 1 - 0
toolchain/gcc/common.mk

@@ -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 \