This is the mail archive of the gcc-patches@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]

[patch] Include AC_SYS_LARGEFILE for libiberty


Hi,

I committed AC_SYS_LARGEFILE for: bfd/ binutils/ gas/ gprof/ ld/
posted:    http://sourceware.org/ml/binutils/2008-08/msg00003.html
approved:  http://sourceware.org/ml/binutils/2008-08/msg00009.html
committed: http://sourceware.org/ml/binutils-cvs/2008-09/msg00054.html

While not required for compatible API/ABI I find it appropriate also for:
  libiberty/
At least fdmatch() will currently never match files >2GB on 32-bit arches.

API+ABI does not use `off_t' or `struct stat' (did not check others) anywhere.



Regards,
Jan
libiberty/
2008-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>

	* configure.in: Call AC_SYS_LARGEFILE.
	* config.in: Regenerate.
	* configure: Regenerate.

--- libiberty/configure.ac	21 Apr 2008 22:30:17 -0000	1.39
+++ libiberty/configure.ac	11 Sep 2008 19:02:04 -0000	1.40
@@ -130,6 +130,7 @@ fi
 
 GCC_NO_EXECUTABLES
 AC_PROG_CC
+AC_SYS_LARGEFILE
 AC_PROG_CPP_WERROR
 
 ACX_PROG_CC_WARNING_OPTS([-W -Wall -Wwrite-strings -Wc++-compat \

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