Index: bsd.gcc.mk =================================================================== --- bsd.gcc.mk (revision 304106) +++ bsd.gcc.mk (working copy) @@ -201,6 +201,14 @@ # ever telling us; to be fixed. _GCC_BUILD_DEPENDS:= ${_GCC_PORT_DEPENDS} . endif +. else +CC:= gcc +CXX:= g++ +. if exists(/usr/bin/gcpp) +CPP:= gcpp +. else +CPP:= cpp +. endif . endif . endif .endfor