This is the mail archive of the
libc-alpha@sourceware.cygnus.com
mailing list for the glibc project.
Re: compile glibc without most features
- To: Roland McGrath <roland at frob dot com>
- Subject: Re: compile glibc without most features
- From: "H . J . Lu" <hjl at lucon dot org>
- Date: Thu, 27 Apr 2000 13:49:06 -0700
- Cc: Sascha Ziemann <szi at aibon dot ping dot de>,libc-alpha at sourceware dot cygnus dot com
- References: <7upurbwwwi.fsf@olivia.aibon.ping.de> <200004272008.QAA24669@frob.com>
On Thu, Apr 27, 2000 at 04:08:19PM -0400, Roland McGrath wrote:
> For something like an embedded use, what you would want to do is a port of
> glibc supporting the embedded case as you would support a different
> operating system. This has been done in the past, for e.g. the
> "arm-*-none" configuration and once upon a time there were some others.
> joel.sherrill@OARcorp.com did some work for several such targets quite a
> long time ago; see sysdeps/standalone for some of that work.
I more or less like the approaches like
..../configure --disable-nss --disable-locale .....
H.J.