[Bug libstdc++/22388] When cross-compiling libstdc++ for mingw, enable large file support (LFS)
bkoz at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Jan 27 04:30:00 GMT 2009
------- Comment #5 from bkoz at gcc dot gnu dot org 2009-01-27 04:30 -------
I see:
# For LFS support.
GLIBCXX_CHECK_LFS
as part of the generic libstdc++ configuration in configure.ac for gcc trunk.
Therefore, LFS config is the same codepath for cross and native. Thus, if
mingw32 supports LFS, then this should be working for both native and crosses.
This is new for gcc-4.4.0. Yay!
Due the current state of sources, and the length of time this has been
inactive, I'm going to close this bug as FIXED and set the target milestone for
4.4.0. It can be considered WONTFIX for previous releases of gcc.
--
bkoz at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
Target Milestone|--- |4.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22388
More information about the Gcc-bugs
mailing list