This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/30365] No possibility to disable large file support (LFS)



------- Comment #11 from aldot at gcc dot gnu dot org  2007-01-04 11:46 -------
(In reply to comment #9)
> By the way, the attached patch seems wrong, because changes GLIBCXX_CHECK_LFS,
> which is not run at all when $GLIBCXX_IS_NATIVE is false.
> 

The hunk against acinclude.m4 should perhaps be dropped.
It was a sledgehammer approach to make sure that if toplevel gcc was configured
with --disable-largefile, then absolutely no .*LFS.* was defined.

Once again removing the incorrect keyword link-failure.


-- 

aldot at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|link-failure                |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30365


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]