From: Paul E. Murphy Date: Thu, 23 Sep 2021 20:25:00 +0000 (-0500) Subject: build-many-glibcs.py: add powerpc64le glibc variant without multiarch X-Git-Tag: glibc-2.35~488 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ae2b8a42338f6adba7817539d05ad347154cda3;p=thirdparty%2Fglibc.git 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 --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 258a1be27d3..6046048b752 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',