This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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/RFC: Adding support for gmp and mpfr sources in the build tree


On Sat, Dec 02, 2006 at 06:43:30PM +0100, Paolo Bonzini wrote:
> 
> > That brings up a second issue, which is I think there should be a way
> > to say --{enable,disable}-{shared,static}-{gmp,mpfr} to the top level
> > configure, and this should pass the appropriate
> > --{enable,disable}-{shared,static} into the gmp and/or mpfr subdirs.
> 
> I agree with everything but this.  There is already too much feature 
> creeping in the toplevel.  If there is consensus that an in-tree gmp and 
> mpfr should be static and not installed, it's easy to make it so.

I believe gmp and mpfr should be always linked statically and not
installed. Making them shared or installed is asking for more trouble.


H.J.


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