Преглед изворни кода

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 година
родитељ
комит
e6cc3ded07
1 измењених фајлова са 1 додато и 0 уклоњено
  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 \