Date: Sat, 13 Mar 2004 22:49:01 +0200 From: Ruslan Ermilov <ru@freebsd.org> To: Alexander Leidinger <Alexander@Leidinger.net> Cc: current@freebsd.org Subject: Re: semi HEADS UP: icc support committed Message-ID: <20040313204901.GA36571@ip.net.ua> In-Reply-To: <20040313191354.68b00bc6@Magellan.Leidinger.net> References: <20040313123024.4e899294@Magellan.Leidinger.net> <405317BF.7020209@bis.midco.net> <20040313191354.68b00bc6@Magellan.Leidinger.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--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 <pmes@bis.midco.net> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040313204901.GA36571>