From 4cba29946029391a8eced017f65acb6407e0bf23 Mon Sep 17 00:00:00 2001 From: Quentin Boswank <62326551+QBos07@users.noreply.github.com> Date: Sat, 4 Feb 2023 15:23:40 +0000 Subject: Add zstd to the companion libs Add zstd to the companion libs witch allows to use lto zstd compression in a canadian or cross-native enviroment Signed-off-by: QBos07 <62326551+QBos07@users.noreply.github.com> Signed-off-by: Quentin Boswank <62326551+QBos07@users.noreply.github.com> --- scripts/build/cc/gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/cc') diff --git a/scripts/build/cc/gcc.sh b/scripts/build/cc/gcc.sh index 18558533..6eeda28d 100644 --- a/scripts/build/cc/gcc.sh +++ b/scripts/build/cc/gcc.sh @@ -1087,7 +1087,7 @@ do_gcc_backend() { extra_config+=("--disable-lto") fi case "${CT_CC_GCC_LTO_ZSTD}" in - y) extra_config+=("--with-zstd");; + y) extra_config+=("--with-zstd=${complibs}");; m) ;; *) extra_config+=("--without-zstd");; esac -- cgit v1.2.3