summaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2017-05-23 23:14:10 +0000
committerMatthias Klose <doko@gcc.gnu.org>2017-05-23 23:14:10 +0000
commit4b3e2314759ccd32e04f35090df50af1a2c4697a (patch)
tree976dd1bef2c9c33c17a8a8eac0152e929592fd71 /maintainer-scripts
parent3a9cc6853ad1a1889c98c3ae6ab7628d09ca9d8f (diff)
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
Diffstat (limited to 'maintainer-scripts')
-rw-r--r--maintainer-scripts/ChangeLog4
-rwxr-xr-xmaintainer-scripts/gcc_release2
2 files changed, 5 insertions, 1 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index c328ee83666..813d92005a9 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -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.
diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release
index 142f99c085f..c8a398f84e6 100755
--- a/maintainer-scripts/gcc_release
+++ b/maintainer-scripts/gcc_release
@@ -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}"