]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - maintainer-scripts/gcc_release
gcc_release (XZ): Default to xz --best.
[thirdparty/gcc.git] / maintainer-scripts / gcc_release
index 142f99c085f1296aa7b09b5c4dd7be9460544b49..c8a398f84e6bbf1f1dacc6a5c5a7aa640b628607 100755 (executable)
@@ -548,7 +548,7 @@ FILE_LIST=""
 # Programs we use.
 
 BZIP2="${BZIP2:-bzip2}"
-XZ="${XZ:-xz}"
+XZ="${XZ:-xz --best}"
 CVS="${CVS:-cvs -f -Q -z9}"
 DIFF="${DIFF:-diff -Nrcpad}"
 ENV="${ENV:-env}"