From owner-cvs-src@FreeBSD.ORG Sun Mar 14 22:16:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7AE116A4CE; Sun, 14 Mar 2004 22:16:55 -0800 (PST) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98B5843D1D; Sun, 14 Mar 2004 22:16:55 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (smmsp@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i2F6GskN051273; Sun, 14 Mar 2004 22:16:55 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i2F3X71k040911; Sun, 14 Mar 2004 19:33:07 -0800 (PST) (envelope-from obrien) Date: Sun, 14 Mar 2004 19:32:13 -0800 From: "David O'Brien" To: Tom Rhodes Message-ID: <20040315033213.GA40858@dragon.nuxi.com> References: <200403122136.i2CLaCm9096276@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403122136.i2CLaCm9096276@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk bsd.cpu.mk bsd.dep.mk bsd.lib.mk bsd.sys.mk src/sys/conf files kern.mk kern.pre.mk kmod.mk src/sys/dev/aic7xxx/aicasm Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2004 06:16:56 -0000 On Fri, Mar 12, 2004 at 01:36:12PM -0800, Tom Rhodes wrote: > Modified files: > share/mk bsd.cpu.mk bsd.dep.mk bsd.lib.mk > bsd.sys.mk > sys/conf files kern.mk kern.pre.mk kmod.mk > sys/dev/aic7xxx/aicasm Makefile > Log: > This are the build infrastructure changes to allow to use the > Intel C/C++ compiler (lang/icc) to build the kernel. ... > Problems with icc v8: > - panic: npx0 cannot be emulated on an SMP system > - UP: first start of /bin/sh results in a FP exception You forgot the other problems with icc v8 -- Intel's preditorial behavior. Note that some parts of the Intel compilers support libs do a CPUID call and if it notes an AMD CPU either segfaults or dumbs down the capabilities of the CPU to that of the original i386. -- -- David (obrien@FreeBSD.org)