]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
install: Replace bzip2 by xz
authorGerald Pfeifer <gerald@pfeifer.com>
Wed, 6 Aug 2025 19:17:22 +0000 (21:17 +0200)
committerGerald Pfeifer <gerald@pfeifer.com>
Wed, 6 Aug 2025 19:17:22 +0000 (21:17 +0200)
In addition to gzip format our snapshots and releases have been using
xz instead of bzip2 for a while.

gcc:
PR target/69374
* doc/install.texi (Prerequisites): Replace bzip2 by xz.

gcc/doc/install.texi

index 64c1217e587b926afa5f22bbb0e1b84537d90356..74232247d8b7522ed709395bf1170818bfd26e50 100644 (file)
@@ -393,7 +393,7 @@ Note binutils 2.35 or newer is required for LTO to work correctly
 with GNU libtool that includes doing a bootstrap with LTO enabled.
 
 @item gzip version 1.2.4 (or later) or
-@itemx bzip2 version 1.0.2 (or later)
+@itemx xz version 5.0 (or later)
 
 Necessary to uncompress GCC @command{tar} files when source code is
 obtained via HTTPS mirror sites.