Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: CVS commit: src



> > Log Message:
> > build GMP, MPFR and MPC as private libraries just for GCC.  don't
> > install the headers or librarys into the system.
> 
> in lib/Makefile should this really be
> 
>  .if (${MKGCC} != "no") && ${HAVE_GCC} >= 45
> 
> rather than
> 
>  .if defined(HAVE_GCC) && ${HAVE_GCC} >= 45
> 
> ?
> 
> I think that HAVE_GCC is always defined, these days..

it should have both.  we shouldn't rely on HAVE_GCC always
being defined.  i thought it wasn't defined for pcc builds?


.mrg.


Home | Main Index | Thread Index | Old Index