This is the mail archive of the gcc@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: GMP test


> 
> It seems that the GMP test is always run, even when installing binutils 
> or gdb.
> 
> You probably need something like
> 
> if test -d ${srcdir}/gcc && test x$have_gmp != xyes; then
>     ...
> fi
> 
> but I think that the whole test now belongs in the GCC subdirectory, not 
> in the toplevel (it was anyway a hack for the sake of disabling Fortran).


Moving it is not really a good thing anyways as you are able to configure
and then do a "make -j3" and it is hard to figure out why the build fail
because you don't have the correct version of GMP/MPRF.

-- Pinski


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