]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
mach: Disable 32bit compatibility mode
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 1 May 2023 00:20:59 +0000 (02:20 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 1 May 2023 00:23:35 +0000 (02:23 +0200)
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

index 82f8d97281696c008f2815b83e35928239856248..acc9e2982dad143914c56d2a5602f4a98e51a5d3 100755 (executable)
@@ -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'])