public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/arm/ilp32] Add ILP32 support to aarch64 in build-many-glibcs.py
@ 2019-08-02  8:43 Szabolcs Nagy
  0 siblings, 0 replies; only message in thread
From: Szabolcs Nagy @ 2019-08-02  8:43 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=543a207c4e098912ca75ab293aa867902508bf44

commit 543a207c4e098912ca75ab293aa867902508bf44
Author: Steve Ellcey <sellcey@caviumnetworks.com>
Date:   Thu Aug 31 17:46:27 2017 +0100

    Add ILP32 support to aarch64 in build-many-glibcs.py
    
    2017-09-01  Steve Ellcey  <sellcey@caviumnetworks.com>
    
    	* scripts/build-many-glibcs.py (Context.add_all_configs):
    	Add ilp32 variants of aarch64 architecture.

Diff:
---
 scripts/build-many-glibcs.py | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index aa6884e..420638c 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -153,8 +153,16 @@ class Context(object):
                         os_name='linux-gnu',
                         extra_glibcs=[{'variant': 'disable-multi-arch',
                                        'cfg': ['--disable-multi-arch']}])
+        self.add_config(arch='aarch64',
+                        os_name='linux-gnu',
+                        variant='ilp32',
+                        gcc_cfg=['--with-multilib-list=ilp32'])
         self.add_config(arch='aarch64_be',
                         os_name='linux-gnu')
+        self.add_config(arch='aarch64_be',
+                        os_name='linux-gnu',
+                        variant='ilp32',
+                        gcc_cfg=['--with-multilib-list=ilp32'])
         self.add_config(arch='alpha',
                         os_name='linux-gnu')
         self.add_config(arch='arm',


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-08-02  8:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-02  8:43 [glibc/arm/ilp32] Add ILP32 support to aarch64 in build-many-glibcs.py Szabolcs Nagy

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).