From 4ae2b8a42338f6adba7817539d05ad347154cda3 Mon Sep 17 00:00:00 2001 From: "Paul E. Murphy" Date: Thu, 23 Sep 2021 15:25:00 -0500 Subject: 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. --- scripts/build-many-glibcs.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 258a1be..6046048 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', -- cgit v1.1