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: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jan 2007 11:45:27 -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 #10 from pinskia at gcc dot gnu dot org 2007-01-04 11:45 -------
(In reply to comment #5)
> (In reply to comment #2)
> > First uclibc really should support Large file support either the way BSD handle
> > it (in my mind the correct way) or the way SYSV does.
>
> The user can optionally turn it off. This is a feature for folks that *know*
> that their devices only have let's say 64MB unified storage anyway.
But it could connect to a network device which is going to be larger ....
> As you can see in crosscompile.m4, LFS is turned on unconditionally for
> anything that is not uClinux and i'm on linux, not uClinux.
The comment does not match up with the actually check :).
-- Pinski
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30365