public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] mach: Disable 32bit compatibility mode
@ 2023-05-01  0:23 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2023-05-01  0:23 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6eb3edeed205766925c66a127b0b7aa40a64ee62

commit 6eb3edeed205766925c66a127b0b7aa40a64ee62
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon May 1 02:20:59 2023 +0200

    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.

Diff:
---
 scripts/build-many-glibcs.py | 1 +
 1 file changed, 1 insertion(+)

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'])

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-01  0:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-01  0:23 [glibc] mach: Disable 32bit compatibility mode Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).