This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
pushed: [RFA] configure gdb/gnulib with --disable-largefile if largefile support disabled.
- From: Joel Brobecker <brobecker at adacore dot com>
- To: gdb-patches at sourceware dot org
- Date: Sat, 13 Dec 2014 09:46:38 -0500
- Subject: pushed: [RFA] configure gdb/gnulib with --disable-largefile if largefile support disabled.
- Authentication-results: sourceware.org; auth=none
- References: <20141203104812 dot GA14666 at adacore dot com> <1417608509-15533-1-git-send-email-brobecker at adacore dot com> <874mtcdur1 dot fsf at codesourcery dot com>
> > This patch fixes the issue by passing --disable-largefile to gnulib's
> > configure when large-file support in GDB is disabled. This is done
> > by first enhancing ACX_CONFIGURE_DIR to allow us to pass extra
> > arguments to be passed to the configure command, and then by modifying
> > GDB's configure to pass --disable-largefile if large-file support
> > is disabled.
>
> I tested this patch by configuring gdb with --disable-largefile for
> x86-linux and mingw32. Everything looks right to me.
Thank you, Yao. Patch now pushed.
--
Joel