> > 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.