Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jul 2005 18:37:47 -0400
From:      Andrew J Caines <A.J.Caines@halplant.com>
To:        freebsd-stable@freebsd.org
Subject:   Re: buildworld w/ icc
Message-ID:  <20050713223747.GB71760@hal9000.halplant.com>
In-Reply-To: <a64c109e05071311134834592f@mail.gmail.com>
References:  <20050713110610.V654@saturn.mikesweb.com> <a64c109e05071311134834592f@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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@halplant.com  |
| "They that can give up essential liberty to obtain a little temporary |
|  safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 |



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050713223747.GB71760>