public inbox for libc-help@sourceware.org
 help / color / mirror / Atom feed
* Does glibc require a MMU?
@ 2023-09-23  0:10 Chris Packham
  2023-09-23 15:57 ` Carlos O'Donell
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Packham @ 2023-09-23  0:10 UTC (permalink / raw)
  To: Chris Packham via Libc-help

Hi,

I'm looking at tidying some things up in crosstool-ng. Currently we
don't allow selecting GLIBC if the architecture doesn't support a MMU.
A user pointed out that that means that we can't build a
m68k-linux-gnu toolchain but per the GLIBC README that configuration
is supported.

I think the specific case of m68k is a bit subtle because there are
MMU-less variants. So while the architecture clearly allows for a MMU
not all variants of the CPU will have one. I probably will set the
flag to say m68k supports a MMU but I'm wondering if more generally I
should just allow glibc to be selected regardless of MMU support.

Thanks,
Chris

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-23 15:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-23  0:10 Does glibc require a MMU? Chris Packham
2023-09-23 15:57 ` Carlos O'Donell

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).