From owner-svn-src-head@FreeBSD.ORG Sun May 22 21:30: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 9AEC7106567D; Sun, 22 May 2011 21:30:58 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id 73FDA8FC12; Sun, 22 May 2011 21:30:58 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 1336556161; Sun, 22 May 2011 16:30:58 -0500 (CDT) Date: Sun, 22 May 2011 16:30:58 -0500 From: Mark Linimon To: Roman Divacky Message-ID: <20110522213058.GB21144@lonesome.com> References: <201105221632.p4MGWjUb081825@svn.freebsd.org> <20110522202256.GA43412@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110522202256.GA43412@freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Dimitry Andric Subject: Re: svn commit: r222183 - head/lib/clang 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: Sun, 22 May 2011 21:30:58 -0000 On Sun, May 22, 2011 at 10:22:56PM +0200, Roman Divacky wrote: > The problem here is deeper in my opinion. What FreeBSD calls > amd64 the rest of the world (ie. linux) calls x86_64, I think > that instead of this we should teach llvm/clang about "amd64". > Maybe as a FreeBSD-only diff. If we move away from "amd64", we are going to need a _substantial_ amount of work on ports. mcl