From owner-svn-src-head@FreeBSD.ORG Wed Jan 21 20:11:03 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D348CF47; Wed, 21 Jan 2015 20:11:03 +0000 (UTC) Received: from mail-qa0-x230.google.com (mail-qa0-x230.google.com [IPv6:2607:f8b0:400d:c00::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8BEB1892; Wed, 21 Jan 2015 20:11:03 +0000 (UTC) Received: by mail-qa0-f48.google.com with SMTP id v8so34546942qal.7; Wed, 21 Jan 2015 12:11:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=BFQAAUfCG9RQiwqwCiRFouTHDGduMFou8laiARS74GM=; b=h1z8kXxaDDBZRq4PrCFHjUjvYT9naVLUiJjfXsfimD2ZoBNupcIMk3naIftYecqgyH B9DukKiGdmHB2yC7IXyVapLlrUPSOsEfNBqVNgnmOp3qMd8DU6qadM0Gg/jE4NOCSnK2 gSAOhVre8VPaksDRG9aOA53KOG7fwZIyswdxZ6Icl0n2QUZ7w1HVK8MNAJO1+GMaCJ+Y iBpgXeVNW/98+M4o8MjYKxaXgVzw9OJgor7sXtOndanPdJk7dhrYnxcgMbrTtqmfUINi phze74XTHK3jZ3GLp/TQNOxWX/j0agquXjPmD/qS2EikoeHrDOqcBTGt/vNlQl5dzJPT E9iA== X-Received: by 10.224.121.142 with SMTP id h14mr71963385qar.80.1421871062623; Wed, 21 Jan 2015 12:11:02 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.140.39.209 with HTTP; Wed, 21 Jan 2015 12:10:42 -0800 (PST) In-Reply-To: <201501211904.t0LJ4u3R070278@svn.freebsd.org> References: <201501211904.t0LJ4u3R070278@svn.freebsd.org> From: Ed Maste Date: Wed, 21 Jan 2015 15:10:42 -0500 X-Google-Sender-Auth: XgjtqPk9tAL10sfbMo1lTL4jhSE Message-ID: Subject: Re: svn commit: r277497 - head To: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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, 21 Jan 2015 20:11:03 -0000 On 21 January 2015 at 14:04, Ed Maste wrote: > > Author: emaste > Date: Wed Jan 21 19:04:55 2015 > New Revision: 277497 > URL: https://svnweb.freebsd.org/changeset/base/277497 > > Log: > Remove addr2line from cross elftoolchain tools list > > It is not required, and there is no reason to install it just because it > came with the binutils cross tools. I left some detail out of this commit message and it confused a couple of people, so to be clear: this doesn't remove addr2line from the world build, only the cross-tools stage.