After 7.1.0 version, there is no .bz2 format of gcc's tarball.
* scripts/build-many-glibcs.py (Context.checkout_tar): Change the
URL of gcc's tarball.
+2018-07-20 Zong Li <zong@andestech.com>
+
+ * scripts/build-many-glibcs.py (Context.checkout_tar): Change the
+ URL of gcc's tarball.
+
2018-07-20 Florian Weimer <fweimer@redhat.com>
[BZ #23396]
if update:
return
url_map = {'binutils': 'https://ftp.gnu.org/gnu/binutils/binutils-%(version)s.tar.bz2',
- 'gcc': 'https://ftp.gnu.org/gnu/gcc/gcc-%(version)s/gcc-%(version)s.tar.bz2',
+ 'gcc': 'https://ftp.gnu.org/gnu/gcc/gcc-%(version)s/gcc-%(version)s.tar.gz',
'gmp': 'https://ftp.gnu.org/gnu/gmp/gmp-%(version)s.tar.xz',
'linux': 'https://www.kernel.org/pub/linux/kernel/v4.x/linux-%(version)s.tar.xz',
'mpc': 'https://ftp.gnu.org/gnu/mpc/mpc-%(version)s.tar.gz',