buildworld w/ icc

Abu Khaled khaled.abu at gmail.com
Wed Jul 13 18:14:25 GMT 2005


On 7/13/05, Mike <sturdee at mikesweb.com> 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
> 
> CC=icc
> CXX=icpc
> NO_CXX= true
> 
> 
> Thanks,
> 
> -Mike

I am not sure if this is a good idea (compiling world with a non
system compiler) !
However you might need to add path info to CC
eg.
CC=usr/local/intel_cc_80/icc

-- 
Regards.
Abu Khaled


More information about the freebsd-stable mailing list