1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-26 13:21:07 +03:00

hurd: Enable x86_64 build script

This now passes crossbuilds.
This commit is contained in:
Samuel Thibault
2023-05-02 21:40:31 +02:00
parent 0ec48e3337
commit cd87e36843
3 changed files with 9 additions and 1 deletions

View File

@ -465,6 +465,9 @@ class Context(object):
'ccopts': '-m32 -march=i486'},
{'arch': 'i586',
'ccopts': '-m32 -march=i586'}])
self.add_config(arch='x86_64',
os_name='gnu',
gcc_cfg=['--disable-multilib'])
def add_config(self, **args):
"""Add an individual build configuration."""