On Thu, 21 Jul 2011, matthew green wrote: > Module Name: src > Committed By: mrg > Date: Thu Jul 21 03:13:32 UTC 2011 > > Modified Files: > src/compat/amd64/i386: bsd.i386.mk > src/compat/mips64/64: bsd.64.mk > src/compat/mips64/o32: bsd.o32.mk > src/compat/sparc64/sparc: bsd.sparc.mk > src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64 > md.sparc64 > src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64 > md.sparc64 mi shl.mi > src/external/gpl3/gcc/usr.bin: Makefile.backend Makefile.inc > src/external/gpl3/gcc/usr.bin/cc1: Makefile > src/external/gpl3/gcc/usr.bin/cc1obj: Makefile > src/external/gpl3/gcc/usr.bin/cc1plus: Makefile > src/external/lgpl2/mpc/lib/libmpc: Makefile > src/external/lgpl3/gmp/lib/libgmp: Makefile > src/external/lgpl3/mpfr/lib/libmpfr: Makefile > src/lib: Makefile > > 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.. iain