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: "aldot at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jan 2007 11:21:41 -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 #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