[snip] right now i have this in my make.conf: .if empty(.CURDIR:M/usr/src/*) && empty(.CURDIR:M/usr/obj/*) && exists(/usr/local/bin/gcc44) CC = gcc44 CXX = g++44 CPP = cpp44 .endif which works quite well. everything except code in /usr/src and /usr/obj now gets built with gcc44. [snip] -- Alexander BestReceived on Sat Jun 05 2010 - 07:55:12 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:04 UTC