This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.26.9000-1032-g6cb86fd


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  6cb86fd21ca6fdfc31042cda8c37f96c46b8a4da (commit)
      from  41d11b15a10ab049598ac053f75e9b59deafc537 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=6cb86fd21ca6fdfc31042cda8c37f96c46b8a4da

commit 6cb86fd21ca6fdfc31042cda8c37f96c46b8a4da
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Wed Dec 20 11:00:29 2017 +0000

    Add aarch64 disable-multi-arch variant to build-many-glibcs.py
    
    aarch64 has several ifuncs now so test it without multiarch support separately.
    
    	* scripts/build-many-glibcs.py (Context.add_all_configs): Add
    	disable-multi-arch variant to aarch64-linux-gnu.

diff --git a/ChangeLog b/ChangeLog
index 2a2b822..55295b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-12-21  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+	* scripts/build-many-glibcs.py (Context.add_all_configs): Add
+	disable-multi-arch variant to aarch64-linux-gnu.
+
 2017-12-20  Joseph Myers  <joseph@codesourcery.com>
 
 	* manual/texinfo.tex: Update to version 2017-12-18.20 with
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index b183cd2..5df42e6 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -160,7 +160,9 @@ class Context(object):
     def add_all_configs(self):
         """Add all known glibc build configurations."""
         self.add_config(arch='aarch64',
-                        os_name='linux-gnu')
+                        os_name='linux-gnu',
+                        extra_glibcs=[{'variant': 'disable-multi-arch',
+                                       'cfg': ['--disable-multi-arch']}])
         self.add_config(arch='aarch64_be',
                         os_name='linux-gnu')
         self.add_config(arch='alpha',

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                    |    5 +++++
 scripts/build-many-glibcs.py |    4 +++-
 2 files changed, 8 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]