public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* --with-gmp and --with-libgmp-prefix
@ 2022-03-11  9:47 Luis Machado
  2022-03-11 10:06 ` Joel Brobecker
  0 siblings, 1 reply; 4+ messages in thread
From: Luis Machado @ 2022-03-11  9:47 UTC (permalink / raw)
  To: gdb, Joel Brobecker

Hi Joel,

I was talking to a colleague and we noticed the top-level binutils-gdb 
configure accepts --with-gmp, which looks like what gcc's configure uses 
to specify the gmp library installation path.

But gdb's configure expects that information to be passed through the 
--with-libgmp-prefix switch. Was that a deliberate choice (I'm looking 
at commit 2c947d9bc2ff3b84f1676b83577fe1bba05b4a5f).

When one is used to building gcc, it is a little odd to have to specify 
--with-libgmp-prefix instead of --with-gmp.

The top-level configure lists this:

   --with-gmp=PATH         specify prefix directory for the installed GMP
                           package. Equivalent to
                           --with-gmp-include=PATH/include plus
                           --with-gmp-lib=PATH/lib

And gdb's configure lists this:

   --with-libgmp-prefix[=DIR]  search for libgmp in DIR/include and DIR/lib

I'm wondering if we can reuse the top-level configure's --with-gmp option.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-15 10:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-11  9:47 --with-gmp and --with-libgmp-prefix Luis Machado
2022-03-11 10:06 ` Joel Brobecker
2022-03-11 10:08   ` Luis Machado
2022-03-15 10:37   ` Simon Sobisch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).