]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Change URL of gcc's tarball
authorZong Li <zong@andestech.com>
Fri, 20 Jul 2018 15:30:05 +0000 (15:30 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 20 Jul 2018 15:30:05 +0000 (15:30 +0000)
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.

ChangeLog
scripts/build-many-glibcs.py

index 49d1377c683b3d4f3ece74a2f99e6e681af9dc16..d69871e648615c1cef7a6f79c7325e3c1c7f7bff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
index 601718d47c8522e8c4d89dc3d415b801a9290032..892288da79c5be86d70af2cdf6cb131ecc82a8bf 100755 (executable)
@@ -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',