aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-09-24 21:46:38 -0700
committerChristian Marangi <ansuelsmth@gmail.com>2022-09-27 16:38:14 +0200
commite6cc3ded0709aa6c7a190c31575bb5c19e204cd2 (patch)
tree944c6a1e9724c7657675c3568db5b5eb13b0b298 /toolchain
parent3a8825ad6acbf18b2b472ace56be58868af78be7 (diff)
downloadupstream-e6cc3ded0709aa6c7a190c31575bb5c19e204cd2.tar.gz
upstream-e6cc3ded0709aa6c7a190c31575bb5c19e204cd2.tar.bz2
upstream-e6cc3ded0709aa6c7a190c31575bb5c19e204cd2.zip
toolchain/gcc: use zstd from tools
pkgconfig is not used for some reason. Match other used tools. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk
index 83884dd54c..7371579b32 100644
--- a/toolchain/gcc/common.mk
+++ b/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 \