https://gcc.gnu.org/g:88732d9eb88298a2e7a999c83878c8ea9edc5827
commit r16-3052-g88732d9eb88298a2e7a999c83878c8ea9edc5827 Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Wed Aug 6 21:17:22 2025 +0200 install: Replace bzip2 by xz 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. Diff: --- gcc/doc/install.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 64c1217e587b..74232247d8b7 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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.