From 6eb3edeed205766925c66a127b0b7aa40a64ee62 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 1 May 2023 02:20:59 +0200 Subject: mach: Disable 32bit compatibility mode 32bit compatibility is the default for now with 64bit gnumach, until 64bit userland is ready. Here we however want native 64bit userland anyway. --- scripts/build-many-glibcs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 82f8d97281..acc9e2982d 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -1428,6 +1428,7 @@ class Config(object): '--build=%s' % self.ctx.build_triplet, '--host=%s' % self.triplet, '--prefix=', + '--disable-user32', 'CC=%s-gcc -nostdlib' % self.triplet]) cmdlist.add_command('install', ['make', 'DESTDIR=%s' % self.sysroot, 'install-data']) -- cgit 1.4.1