From dedd2be949bb0859181ebc51ca2091dc8ba6bda4 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Tue, 19 Oct 2021 16:57:10 -0400 Subject: [PATCH] BuildFeatures: Enable zstd on x86_gcc2. Now that the kernel is built with GCC8, this does not cause problems. --- build/jam/BuildFeatures | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/BuildFeatures b/build/jam/BuildFeatures index 6e70735615..62255573ab 100644 --- a/build/jam/BuildFeatures +++ b/build/jam/BuildFeatures @@ -740,7 +740,7 @@ if [ IsPackageAvailable expat_devel ] { # zstd -if [ IsPackageAvailable zstd_devel ] && $(TARGET_PACKAGING_ARCH) != x86_gcc2 { +if [ IsPackageAvailable zstd_devel ] { ExtractBuildFeatureArchives zstd : file: base zstd runtime: lib