From owner-freebsd-current@FreeBSD.ORG Sat Mar 13 12:49:12 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03F6416A4CE for ; Sat, 13 Mar 2004 12:49:12 -0800 (PST) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EBFC43D39 for ; Sat, 13 Mar 2004 12:49:11 -0800 (PST) (envelope-from ru@ip.net.ua) Received: from heffalump.office.ipnet (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.10/8.12.9) with ESMTP id i2DKr6ee085448 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 13 Mar 2004 22:53:07 +0200 (EET) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.office.ipnet (8.12.11/8.12.11) id i2DKn1Hl036639; Sat, 13 Mar 2004 22:49:01 +0200 (EET) (envelope-from ru) Date: Sat, 13 Mar 2004 22:49:01 +0200 From: Ruslan Ermilov To: Alexander Leidinger Message-ID: <20040313204901.GA36571@ip.net.ua> References: <20040313123024.4e899294@Magellan.Leidinger.net> <405317BF.7020209@bis.midco.net> <20040313191354.68b00bc6@Magellan.Leidinger.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SLDf9lqlvOQaIe6s" Content-Disposition: inline In-Reply-To: <20040313191354.68b00bc6@Magellan.Leidinger.net> User-Agent: Mutt/1.5.6i X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: Peter Schultz cc: current@freebsd.org Subject: Re: semi HEADS UP: icc support committed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Mar 2004 20:49:12 -0000 --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 13, 2004 at 07:13:54PM +0100, Alexander Leidinger wrote: > On Sat, 13 Mar 2004 08:16:31 -0600 > Peter Schultz wrote: >=20 > > Alexander Leidinger wrote: > > > Note to committers: we have a commercial icc license, so we're allowed > > > to distribute icc compiled binaries (but we're far away from being ab= le > > > to build an entire release with icc). > > >=20 > >=20 > > Does icc build a stable world, or is that the next step? >=20 > There are still some issues. But feel free to try it, maybe you can fix > a problem or two... >=20 > Note: at some point in the build, the newly build gcc will be used, so a > first step would be to not use it in the CC=3Dicc case. >=20 This should be trivial (though completely untested): %%% --- Makefile.inc1 Sat Mar 13 17:46:34 2004 +++ Makefile.inc1 Sat Mar 13 22:46:43 2004 @@ -804,10 +804,14 @@ _kgzip=3D usr.sbin/kgzip .endif =20 +.if ${TARGET_ARCH} !=3D "i386" || ${CC:T} !=3D "icc" +_cc=3D gnu/usr.bin/cc +.endif + cross-tools: .for _tool in \ gnu/usr.bin/binutils \ - gnu/usr.bin/cc \ + ${_cc} \ ${_elf2aout} \ usr.bin/xlint/lint1 usr.bin/xlint/lint2 usr.bin/xlint/xlint \ ${_btxld} \ %%% Cheers, --=20 Ruslan Ermilov FreeBSD committer ru@FreeBSD.org --SLDf9lqlvOQaIe6s Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAU3O9Ukv4P6juNwoRAuzpAJsEV1CEO7RFh48COnGZjpbZQcW5gQCeNONd tla3mVhdZOtDv5O3cnxkve8= =0Y1a -----END PGP SIGNATURE----- --SLDf9lqlvOQaIe6s--