To use icc for builds, try the following environment: ICC_LOCALBASE=/usr/local/intel_cc_80 CC=icc CXX=icpc CFLAGS="-O -march=pentiumiii -xK" CXXFLAGS=${CXXFLAGS:-$CFLAGS} LD=$ICC_LOCALBASE/bin/ldwrapper/ld PATH=$ICC_LOCALBASE/bin:$PATH MANPATH=$ICC_LOCALBASE/man:$MANPATH
FWIW, I only build ports with icc. -Andrew- -- _______________________________________________________________________ | -Andrew J. Caines- Unix Systems Engineer [EMAIL PROTECTED] | | "They that can give up essential liberty to obtain a little temporary | | safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 | _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"