public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] build-many-glibcs.py: add powerpc64le glibc variant without multiarch
@ 2021-09-24 19:33 Paul E. Murphy
  0 siblings, 0 replies; only message in thread
From: Paul E. Murphy @ 2021-09-24 19:33 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4ae2b8a42338f6adba7817539d05ad347154cda3

commit 4ae2b8a42338f6adba7817539d05ad347154cda3
Author: Paul E. Murphy <murphyp@linux.ibm.com>
Date:   Thu Sep 23 15:25:00 2021 -0500

    build-many-glibcs.py: add powerpc64le glibc variant without multiarch
    
    This configuration tests the float128 to ldouble128 redirect support
    on powerpc64le without the extra wrappers needed to support ifunc
    on this target.

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

diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 258a1be27d..6046048b75 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -350,7 +350,9 @@ class Context(object):
                         gcc_cfg=['--disable-multilib', '--enable-secureplt'])
         self.add_config(arch='powerpc64le',
                         os_name='linux-gnu',
-                        gcc_cfg=['--disable-multilib', '--enable-secureplt'])
+                        gcc_cfg=['--disable-multilib', '--enable-secureplt'],
+                        extra_glibcs=[{'variant': 'disable-multi-arch',
+                                       'cfg': ['--disable-multi-arch']}])
         self.add_config(arch='riscv32',
                         os_name='linux-gnu',
                         variant='rv32imac-ilp32',


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

only message in thread, other threads:[~2021-09-24 19:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-24 19:33 [glibc] build-many-glibcs.py: add powerpc64le glibc variant without multiarch Paul E. Murphy

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