[Bug libstdc++/30365] No possibility to disable large file support (LFS)
aldot at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Jan 4 11:32:00 GMT 2007
------- Comment #5 from aldot at gcc dot gnu dot org 2007-01-04 11:32 -------
(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.
>
> If this code can even compile, then uclibc's headers are inccorect in saying it
> supports fseeko64.
You're right in that it doesn't compile. It complains about an unknown func
fseeko64.
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.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30365
More information about the Gcc-bugs
mailing list