From owner-svn-src-head@FreeBSD.ORG Wed Jan 5 20:29:58 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50263106566B; Wed, 5 Jan 2011 20:29:58 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 071428FC13; Wed, 5 Jan 2011 20:29:58 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:55f7:2f68:9ecc:13f4] (unknown [IPv6:2001:7b8:3a7:0:55f7:2f68:9ecc:13f4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id CA0D65C5A; Wed, 5 Jan 2011 21:29:56 +0100 (CET) Message-ID: <4D24D4C5.2020903@FreeBSD.org> Date: Wed, 05 Jan 2011 21:29:57 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.14pre) Gecko/20110104 Lanikai/3.1.8pre MIME-Version: 1.0 To: John Baldwin References: <201101042051.p04KpSGk054564@svn.freebsd.org> <20110105185944.GA30449@freebsd.org> <4D24CD98.9080906@FreeBSD.org> <201101051508.40337.jhb@freebsd.org> In-Reply-To: <201101051508.40337.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, Alexander Best , svn-src-all@freebsd.org, Doug Barton , src-committers@freebsd.org Subject: Re: svn commit: r216977 - in head/libexec/rtld-elf: amd64 i386 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2011 20:29:58 -0000 On 2011-01-05 21:08, John Baldwin wrote: > My suggestion was that we ask clang to add a '-mno-whatever' and hopefully we > could convince gcc to follow suit. clang developers seem to be fairly > receptive, so I was hoping one of our clang liaisons could suggest it. :) These options already exist, e.g -mno-sse -mno-sse2 and so on. The semantics of -mno-everything would be a bit hard to predict, especially with new instruction sets coming out all the time. :)