From: Zong Li Date: Fri, 20 Jul 2018 15:30:05 +0000 (+0000) Subject: Change URL of gcc's tarball X-Git-Tag: glibc-2.28~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8fabb8434b166113059c25eee96107b4dcb3b12;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index 49d1377c683..d69871e6486 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-07-20 Zong Li + + * scripts/build-many-glibcs.py (Context.checkout_tar): Change the + URL of gcc's tarball. + 2018-07-20 Florian Weimer [BZ #23396] diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 601718d47c8..892288da79c 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -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',