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 #1 from aldot at gcc dot gnu dot org  2007-01-04 11:21 -------
Created an attachment (id=12854)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12854&action=view)
Add configure option to en- or disable-largefile

libstdc++/ChangeLog
2007-01-04  Bernhard Fischer  <aldot@gcc.gnu.org>

        PR libstdc++/30365
        * configure.ac: Add AC_SYS_LARGEFILE to add --{en,dis}able-largefile.
        * acinclude.m4 (GLIBCXX_CHECK_LFS): Only define _GLIBCXX_USE_LFS if
        LFS was not turned off.
        * crossconfig.m4: Ditto.

configure needs to be regenerated, but i don't have the needed 2.59 autoconf
version anymore.


-- 


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]