buildworld w/ icc

Andrew J Caines A.J.Caines at halplant.com
Wed Jul 13 22:37:49 GMT 2005


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   A.J.Caines at halplant.com  |
| "They that can give up essential liberty to obtain a little temporary |
|  safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 |


More information about the freebsd-stable mailing list