Change URL of gcc's tarball

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.
This commit is contained in:
Zong Li 2018-07-20 15:30:05 +00:00 committed by Joseph Myers
parent 786658a088
commit c8fabb8434
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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]

View File

@ -869,7 +869,7 @@ class Context(object):
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',