diff options
author | Rosen Penev <rosenp@gmail.com> | 2022-09-24 21:46:38 -0700 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-09-27 16:38:14 +0200 |
commit | e6cc3ded0709aa6c7a190c31575bb5c19e204cd2 (patch) | |
tree | 944c6a1e9724c7657675c3568db5b5eb13b0b298 /toolchain/gcc | |
parent | 3a8825ad6acbf18b2b472ace56be58868af78be7 (diff) | |
download | openwrt-e6cc3ded0709aa6c7a190c31575bb5c19e204cd2.tar.gz openwrt-e6cc3ded0709aa6c7a190c31575bb5c19e204cd2.tar.bz2 openwrt-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/gcc')
-rw-r--r-- | toolchain/gcc/common.mk | 1 |
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 \ |