unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* Use Linux 5.12 and GCC 11 branch in build-many-glibcs.py
@ 2021-04-26 23:54 Joseph Myers
  2021-04-27  4:28 ` Florian Weimer via Libc-alpha
  0 siblings, 1 reply; 2+ messages in thread
From: Joseph Myers @ 2021-04-26 23:54 UTC (permalink / raw)
  To: libc-alpha

This patch makes build-many-glibcs.py use Linux 5.12 and GCC 11
branch.

Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
builds).

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 580d25e8ee..41639f26f7 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -766,10 +766,10 @@ class Context(object):
     def checkout(self, versions):
         """Check out the desired component versions."""
         default_versions = {'binutils': 'vcs-2.36',
-                            'gcc': 'vcs-10',
+                            'gcc': 'vcs-11',
                             'glibc': 'vcs-mainline',
                             'gmp': '6.2.1',
-                            'linux': '5.11',
+                            'linux': '5.12',
                             'mpc': '1.2.1',
                             'mpfr': '4.1.0',
                             'mig': 'vcs-mainline',

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: Use Linux 5.12 and GCC 11 branch in build-many-glibcs.py
  2021-04-26 23:54 Use Linux 5.12 and GCC 11 branch in build-many-glibcs.py Joseph Myers
@ 2021-04-27  4:28 ` Florian Weimer via Libc-alpha
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Weimer via Libc-alpha @ 2021-04-27  4:28 UTC (permalink / raw)
  To: Joseph Myers; +Cc: libc-alpha

* Joseph Myers:

> This patch makes build-many-glibcs.py use Linux 5.12 and GCC 11
> branch.
>
> Tested with build-many-glibcs.py (host-libraries, compilers and glibcs
> builds).
>
> diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
> index 580d25e8ee..41639f26f7 100755
> --- a/scripts/build-many-glibcs.py
> +++ b/scripts/build-many-glibcs.py
> @@ -766,10 +766,10 @@ class Context(object):
>      def checkout(self, versions):
>          """Check out the desired component versions."""
>          default_versions = {'binutils': 'vcs-2.36',
> -                            'gcc': 'vcs-10',
> +                            'gcc': 'vcs-11',
>                              'glibc': 'vcs-mainline',
>                              'gmp': '6.2.1',
> -                            'linux': '5.11',
> +                            'linux': '5.12',
>                              'mpc': '1.2.1',
>                              'mpfr': '4.1.0',
>                              'mig': 'vcs-mainline',

Thanks, looks good.

Florian


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-27  4:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-26 23:54 Use Linux 5.12 and GCC 11 branch in build-many-glibcs.py Joseph Myers
2021-04-27  4:28 ` Florian Weimer via Libc-alpha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).