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: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jan 2007 11:36:46 -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 #8 from pcarlini at suse dot de 2007-01-04 11:36 -------
(In reply to comment #4)
> Hmm:
> case "$target" in
> *-uclinux*)
> # Don't enable LFS with uClibc
> ;;
> *)
> AC_DEFINE(_GLIBCXX_USE_LFS)
> esac
These bits in crossconfig.m4 are not correct, of course (don't know who added
that). Given the current implementation, we should safely enable LFS *only* on
linux.
--
pcarlini at suse dot de changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |link-failure
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30365