From owner-svn-src-all@FreeBSD.ORG Wed Jan 5 23:15:06 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D91D106566B; Wed, 5 Jan 2011 23:15:06 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id BA5298FC1A; Wed, 5 Jan 2011 23:15:05 +0000 (UTC) Received: by qyk8 with SMTP id 8so16087315qyk.13 for ; Wed, 05 Jan 2011 15:15:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=gpO/KSDqNaICd3sIruzVlXy/fFGv1HeGUP8tAsJURxU=; b=FsTRP7zpBfc66RqeMA/qy5rBASX3Hn/OYI13rEqdS22Mx38IMkzEcoxsh/83rz76RV VGXBNLpQU/Msvsa0+4QdKLWWyeLqfa+XrPhcisvg1C6z94C6GH0kXinSKBkd2ZeNHY4g 5e8fpAEhH00vvD+KOtGprOsbbwsV1JCSVxC3Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=ohDtofKFsJIPXO5B0F6+WQA1XyytVQBFA1HxXMrk74yC+kAe4wec3NsRk7Y2gKnkbb Tew68M7XEmR7axqFSRoqE5Agy8hc3Db1/oXYioYMYR9txNzRBbtY+PjWxochVDKYdRqS uv7UMhLzMfI0JbEAprYobn5cGmylU/73f0PDY= Received: by 10.229.98.71 with SMTP id p7mr20754924qcn.139.1294269305056; Wed, 05 Jan 2011 15:15:05 -0800 (PST) MIME-Version: 1.0 Sender: ivoras@gmail.com Received: by 10.229.44.70 with HTTP; Wed, 5 Jan 2011 15:14:24 -0800 (PST) In-Reply-To: <201101052224.p05MOXQs093175@svn.freebsd.org> References: <201101052224.p05MOXQs093175@svn.freebsd.org> From: Ivan Voras Date: Thu, 6 Jan 2011 00:14:24 +0100 X-Google-Sender-Auth: HZ247e9jmaIIhJW4eu_zGHA5sz4 Message-ID: To: Dimitry Andric Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r217033 - in head: lib/libstand sys/boot/ficl sys/boot/i386 sys/boot/pc98 sys/boot/zfs sys/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2011 23:15:06 -0000 On 5 January 2011 23:24, Dimitry Andric wrote: > Author: dim > Date: Wed Jan =C2=A05 22:24:33 2011 > New Revision: 217033 > URL: http://svn.freebsd.org/changeset/base/217033 > > Log: > =C2=A0On i386 and amd64, consistently use the following options whenever = we > =C2=A0want to avoid using any "advanced" CPU features: > > =C2=A0 =C2=A0-mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-floa= t I'm late to the party - but is there any hope of centralizing these and then doing something like "CFLAGS +=3D ${CC_NO_FP}" ? As soon as we get a newer compiler someone will have to add -mno-sse4 to the list (if not already with clang...).