From owner-freebsd-current@FreeBSD.ORG Sat Sep 1 05:35:24 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBECD16A686; Sat, 1 Sep 2007 05:35:24 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mail.liberty-hosting.de (mail.smartterra.de [195.225.132.203]) by mx1.freebsd.org (Postfix) with ESMTP id 28C3013C501; Sat, 1 Sep 2007 05:35:14 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from home.alpha-tierchen.de (port-212-202-42-154.dynamic.qsc.de [212.202.42.154]) by mail.liberty-hosting.de (Postfix) with ESMTP id F18C23E9DAE; Sat, 1 Sep 2007 07:36:53 +0200 (CEST) Received: from webmail.alpha-tierchen.de (localhost [127.0.0.1]) by home.alpha-tierchen.de (Postfix) with ESMTP id 0929D45067; Sat, 1 Sep 2007 07:34:56 +0200 (CEST) Received: from 192.168.1.2 (SquirrelMail authenticated user bkoenig) by webmail.alpha-tierchen.de with HTTP; Sat, 1 Sep 2007 07:34:56 +0200 (CEST) Message-ID: <61510.192.168.1.2.1188624896.squirrel@webmail.alpha-tierchen.de> In-Reply-To: <200708312257.00730.joao@matik.com.br> References: <-3502020561049594852@unknownmsgid> <200708312226.26977.joao@matik.com.br> <20070901013733.GA12544@troutmask.apl.washington.edu> <200708312257.00730.joao@matik.com.br> Date: Sat, 1 Sep 2007 07:34:56 +0200 (CEST) From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= To: "JoaoBR" User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Roman Divacky , freebsd-current@freebsd.org, pluknet , Steve Kargl , Bj?rn K?nig Subject: Re: Adding k9 and k10 to bsd.cpu.mk X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 01 Sep 2007 05:35:24 -0000 JoaoBr wrote: > well,question is: will this kernel boot and/or will it crash because of > this cmppile options -msse3 - or not? The kernel won't use SSE3 at all because "-mno-sse3" will be appended to the compiler flags. See also src/sys/conf/kern.mk. Regards Björn