]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
build-many-glibcs.py: add powerpc64le glibc variant without multiarch
authorPaul E. Murphy <murphyp@linux.ibm.com>
Thu, 23 Sep 2021 20:25:00 +0000 (15:25 -0500)
committerPaul E. Murphy <murphyp@linux.ibm.com>
Fri, 24 Sep 2021 19:32:35 +0000 (14:32 -0500)
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

index 258a1be27d3a6af67fd67775f621f8a0d474cffe..6046048b752c4c1d92871cae1d8d1b861bd9451f 100755 (executable)
@@ -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',