This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/30365] No possibility to disable large file support (LFS)
- From: "joseph at codesourcery dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jan 2007 13:07:18 -0000
- Subject: [Bug libstdc++/30365] No possibility to disable large file support (LFS)
- References: <bug-30365-11811@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #20 from joseph at codesourcery dot com 2007-01-04 13:07 -------
Subject: Re: No possibility to disable large file
support (LFS)
On Thu, 4 Jan 2007, pinskia at gcc dot gnu dot org wrote:
> The question is how did JSM get uclibc to work when he patched libstdc++ for it
> (PR 14939) ? Was he using a newer uclibc which actually has LFS support or
> something else?
I configure uClibc with LFS support enabled.
Since I made cross-Linux configurations require link tests to work in
order to build libstdc++ (because of another area where uClibc is
configurable, <math.h> functions), it should be possible to use the link
test for LFS support rather than unconditionally enabling it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30365