mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
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:
@ -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>
|
2018-07-20 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
[BZ #23396]
|
[BZ #23396]
|
||||||
|
@ -869,7 +869,7 @@ class Context(object):
|
|||||||
if update:
|
if update:
|
||||||
return
|
return
|
||||||
url_map = {'binutils': 'https://ftp.gnu.org/gnu/binutils/binutils-%(version)s.tar.bz2',
|
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',
|
'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',
|
'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',
|
'mpc': 'https://ftp.gnu.org/gnu/mpc/mpc-%(version)s.tar.gz',
|
||||||
|
Reference in New Issue
Block a user