[commit: ghc] wip/jenkins: bindist: Compress with threaded xz by default (a7e59be)
git at git.haskell.org
git at git.haskell.org
Fri Jun 9 07:23:53 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/a7e59be540be766a696391c843f082d1792dfe71/ghc
>---------------------------------------------------------------
commit a7e59be540be766a696391c843f082d1792dfe71
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jun 4 12:19:13 2017 -0400
bindist: Compress with threaded xz by default
>---------------------------------------------------------------
a7e59be540be766a696391c843f082d1792dfe71
mk/config.mk.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 189439e..044c928 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -794,7 +794,7 @@ else ifeq "$(TAR_COMP)" "gzip"
TAR_COMP_CMD = $(GZIP_CMD)
TAR_COMP_EXT = gz
else ifeq "$(TAR_COMP)" "xz"
-TAR_COMP_CMD = $(XZ_CMD)
+TAR_COMP_CMD = $(XZ_CMD) --threads=0
TAR_COMP_EXT = xz
else
$(error $$(TAR_COMP) set to unknown value "$(TAR_COMP)" (supported: "bzip2", "gzip", "xz"))
More information about the ghc-commits
mailing list