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
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
>
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