make.sh: Let XZ determine how many cores it wants to use

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-05-22 20:46:25 +01:00
parent a92fb74d1a
commit f03e254f39

View File

@@ -878,7 +878,7 @@ case "${HOST_ARCH}" in
;;
esac
XZ_OPT="-T$(system_processors) -8 --memory=${XZ_MEM}MiB"
XZ_OPT="-T0 -8 --memory=${XZ_MEM}MiB"
if [ -n "${BUILD_ARCH}" ]; then
configure_build "${BUILD_ARCH}"