Re: buildworld w/ icc

2005-07-13 Thread Andrew J Caines
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

Re: buildworld w/ icc

2005-07-13 Thread Abu Khaled
On 7/13/05, Mike <[EMAIL PROTECTED]> wrote: > I can't find doc on this anywhere... > > What needs to be done to buildworld with Intel icc on RELENG_5 (or even > RELENG_4)? > > I set the following in /etc/make.conf with no luck: > > PATH=/usr/local/intel_cc_80/bin:/bin:/usr/bin:/sbin:/usr/sbin >

buildworld w/ icc

2005-07-13 Thread Mike
I can't find doc on this anywhere... What needs to be done to buildworld with Intel icc on RELENG_5 (or even RELENG_4)? I set the following in /etc/make.conf with no luck: PATH=/usr/local/intel_cc_80/bin:/bin:/usr/bin:/sbin:/usr/sbin CC=icc CXX=icpc NO_CXX= true Thanks, -Mike