gcc_release (XZ): Default to xz --best.

2017-05-23  Matthias Klose  <doko@ubuntu.com>

        * gcc_release (XZ): Default to xz --best.

From-SVN: r248393
This commit is contained in:
Matthias Klose 2017-05-23 23:14:37 +00:00 committed by Matthias Klose
parent 90d2abbe74
commit 8cf4727e02
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2017-05-23 Matthias Klose <doko@ubuntu.com>
* gcc_release (XZ): Default to xz --best.
2017-05-18 Matthias Klose <doko@ubuntu.com>
* gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.

View File

@ -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}"