From cd87e368439ce97d2a2c95894e1851f4c0ff4443 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 2 May 2023 21:40:31 +0200 Subject: hurd: Enable x86_64 build script This now passes crossbuilds. --- scripts/build-many-glibcs.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 97b6862167..95726c4a29 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -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.""" -- cgit 1.4.1