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:
parent
786658a088
commit
c8fabb8434
@ -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]
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user