This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

Re: RFC: invoke ACX_LARGEFILE for gdbserver


>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:

Tom> An alternative approach would be to directly invoke AC_SYS_LARGEFILE.

Jan> I am not sure how it is with gdbserver and procfs on Solaris but as it does
Jan> not seem to be an issue I would be for the more simple AC_SYS_LARGEFILE.

Here you go.

Tom

    	* configure.ac: Invoke AC_SYS_LARGEFILE.
    	* configure: Rebuild.

diff --git a/gdb/gdbserver/configure.ac b/gdb/gdbserver/configure.ac
index 55fb461..0b30858 100644
--- a/gdb/gdbserver/configure.ac
+++ b/gdb/gdbserver/configure.ac
@@ -27,6 +27,7 @@ AM_MAINTAINER_MODE
 
 AC_PROG_CC
 AC_GNU_SOURCE
+AC_SYS_LARGEFILE
 
 AC_CANONICAL_SYSTEM
 


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