public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] build-many-glibcs.py: add powerpc64le glibc variant without multiarch
@ 2021-09-23 20:57 Paul E. Murphy
  2021-09-23 21:19 ` Joseph Myers
  2021-09-24  0:14 ` Tulio Magno Quites Machado Filho
  0 siblings, 2 replies; 4+ messages in thread
From: Paul E. Murphy @ 2021-09-23 20:57 UTC (permalink / raw)
  To: libc-alpha; +Cc: tuliom

This configuration tests the float128 to ldouble128 redirect support
on powerpc64le without the extra wrappers needed to support ifunc
on this target.
---
 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',
-- 
2.31.1


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

* Re: [PATCH] build-many-glibcs.py: add powerpc64le glibc variant without multiarch
  2021-09-23 20:57 [PATCH] build-many-glibcs.py: add powerpc64le glibc variant without multiarch Paul E. Murphy
@ 2021-09-23 21:19 ` Joseph Myers
  2021-09-24  0:14 ` Tulio Magno Quites Machado Filho
  1 sibling, 0 replies; 4+ messages in thread
From: Joseph Myers @ 2021-09-23 21:19 UTC (permalink / raw)
  To: Paul E. Murphy; +Cc: libc-alpha, tuliom

On Thu, 23 Sep 2021, Paul E. Murphy via Libc-alpha wrote:

> This configuration tests the float128 to ldouble128 redirect support
> on powerpc64le without the extra wrappers needed to support ifunc
> on this target.

OK.

-- 
Joseph S. Myers
joseph@codesourcery.com

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

* Re: [PATCH] build-many-glibcs.py: add powerpc64le glibc variant without multiarch
  2021-09-23 20:57 [PATCH] build-many-glibcs.py: add powerpc64le glibc variant without multiarch Paul E. Murphy
  2021-09-23 21:19 ` Joseph Myers
@ 2021-09-24  0:14 ` Tulio Magno Quites Machado Filho
  2021-09-24 19:34   ` Paul E Murphy
  1 sibling, 1 reply; 4+ messages in thread
From: Tulio Magno Quites Machado Filho @ 2021-09-24  0:14 UTC (permalink / raw)
  To: Paul E. Murphy, libc-alpha

"Paul E. Murphy via Libc-alpha" <libc-alpha@sourceware.org> writes:

> This configuration tests the float128 to ldouble128 redirect support
> on powerpc64le without the extra wrappers needed to support ifunc
> on this target.

LGTM too.
I confirmed this variant reproduces the issue that has just been fixed.

Thanks!

-- 
Tulio Magno

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

* Re: [PATCH] build-many-glibcs.py: add powerpc64le glibc variant without multiarch
  2021-09-24  0:14 ` Tulio Magno Quites Machado Filho
@ 2021-09-24 19:34   ` Paul E Murphy
  0 siblings, 0 replies; 4+ messages in thread
From: Paul E Murphy @ 2021-09-24 19:34 UTC (permalink / raw)
  To: Tulio Magno Quites Machado Filho, libc-alpha

Push as 4ae2b8a42338f6adba7817539d05ad347154cda3

On 9/23/21 7:14 PM, Tulio Magno Quites Machado Filho wrote:
> "Paul E. Murphy via Libc-alpha" <libc-alpha@sourceware.org> writes:
> 
>> This configuration tests the float128 to ldouble128 redirect support
>> on powerpc64le without the extra wrappers needed to support ifunc
>> on this target.
> 
> LGTM too.
> I confirmed this variant reproduces the issue that has just been fixed.
> 
> Thanks!
> 

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

end of thread, other threads:[~2021-09-24 19:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-23 20:57 [PATCH] build-many-glibcs.py: add powerpc64le glibc variant without multiarch Paul E. Murphy
2021-09-23 21:19 ` Joseph Myers
2021-09-24  0:14 ` Tulio Magno Quites Machado Filho
2021-09-24 19:34   ` 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).