hi there, i was fiddling with share/mk/bsd.cpu.mk in order to add some clang specific conditions. however it seems ${CC} is always set to "cc" no matter what's in src.conf. this is odd, since there's already some code in bsd.cpu.mk which checks ${CC} == icc. right now this code is a noop, since ${CC} can't be anything else than "cc". is it possible to somehow fix this?
e.g. there's no reason to set CPUTYPE to nocona, when ${CC} == clang && ${CPUTYPE} == core2. cheers. alex -- a13x _______________________________________________ freebsd-toolchain@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"