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: [RFA] configure gdb/gnulib with --disable-largefile if largefile support disabled.


> > But gnulib ignores this fact, and so tries to determine how to
> > enable large-file support irrespective of whether we want it or not.
> > 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.
> 
> Shouldn't this be reported to gnulib folks and preferably fixed there?

I do not think so, because gnulib can be used independently of procfs,
in which case you would probably want gnulib to have large-file support
by default. It's only in GDB and binutils' peculiar situation that
we need to disable by default.

-- 
Joel


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