From owner-freebsd-stable@FreeBSD.ORG Wed Jul 13 18:14:25 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB0D716A41C for ; Wed, 13 Jul 2005 18:14:25 +0000 (GMT) (envelope-from khaled.abu@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AB0D43D46 for ; Wed, 13 Jul 2005 18:14:25 +0000 (GMT) (envelope-from khaled.abu@gmail.com) Received: by wproxy.gmail.com with SMTP id 57so230598wri for ; Wed, 13 Jul 2005 11:14:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GquYYHKltv2ddOvIjsB7+bvx4ytHo+WT8cXSMJeToYm6KAYReV5CEUdi0onMcuihf1kKnP0vFjDthbNPTROuTseizdgFDovhxy3/BEI036jyFMjZY9ztnKWwsMMw96PnmfWwmCNyXrjd3FTSieh/aJvZSRZTRT7J1/0MWicWPvw= Received: by 10.54.51.8 with SMTP id y8mr394327wry; Wed, 13 Jul 2005 11:13:42 -0700 (PDT) Received: by 10.54.66.16 with HTTP; Wed, 13 Jul 2005 11:13:42 -0700 (PDT) Message-ID: Date: Wed, 13 Jul 2005 21:13:42 +0300 From: Abu Khaled To: Mike In-Reply-To: <20050713110610.V654@saturn.mikesweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050713110610.V654@saturn.mikesweb.com> Cc: freebsd-stable@freebsd.org Subject: Re: buildworld w/ icc X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Abu Khaled List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2005 18:14:25 -0000 On 7/13/05, Mike wrote: > I can't find doc on this anywhere... >=20 > What needs to be done to buildworld with Intel icc on RELENG_5 (or even > RELENG_4)? >=20 > I set the following in /etc/make.conf with no luck: >=20 > PATH=3D/usr/local/intel_cc_80/bin:/bin:/usr/bin:/sbin:/usr/sbin >=20 > CC=3Dicc > CXX=3Dicpc > NO_CXX=3D true >=20 >=20 > Thanks, >=20 > -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=3Dusr/local/intel_cc_80/icc --=20 Regards. Abu Khaled