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: Update "gdb --configuration"


Hi Eli,

On Fri, Mar 09, 2018 at 12:45:22PM +0200, Eli Zaretskii wrote:
> The patch below adds more config information to the text we produce.
> OK to commit?
> 
> 2018-03-09  Eli Zaretskii  <eliz@gnu.org>
> 
> 	* top.c (print_gdb_configuration): Reflect LIBIPT, LIBMEMCHECK,
> 	and LIBMPFR in the printed configuration.

Looks good to me, modulo one tiny think-o below:

> +#if HAVE_LIBMPFR
> +    fprintf_filtered (stream, _("\
> +             --with-libmpfr\n\

It's actually --with-mpfr.

> +"));
> +#else
> +    fprintf_filtered (stream, _("\
> +             --without-libmpfr\n\

Same here.

-- 
Joel


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