mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
gcc_release (XZ): Default to xz --best.
2017-05-23 Matthias Klose <doko@ubuntu.com> * gcc_release (XZ): Default to xz --best. From-SVN: r248392
This commit is contained in:
parent
3a9cc6853a
commit
4b3e231475
@ -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.
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user