VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Denis Efremov <efremov@linux.com> 2020-06-05 10:39:55 +0300 committer: Masahiro Yamada <masahiroy@kernel.org> 2020-06-06 23:42:01 +0900 commit: 8dfb61dcbaceb19a5ded5e9c9dcf8d05acc32294 parent: e0b250b57dcf403529081e5898a9de717f96b76b
Commit Summary:
kbuild: add variables for compression tools
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/scripts/xz_wrap.sh b/scripts/xz_wrap.sh
index 7a2d372f4885..76e9cbcfbeab 100755
--- a/scripts/xz_wrap.sh
+++ b/scripts/xz_wrap.sh
@@ -20,4 +20,4 @@ case $SRCARCH in
 	sparc)          BCJ=--sparc ;;
 esac
 
-exec xz --check=crc32 $BCJ --lzma2=$LZMA2OPTS,dict=32MiB
+exec $XZ --check=crc32 $BCJ --lzma2=$LZMA2OPTS,dict=32MiB