From owner-svn-src-head@FreeBSD.ORG Fri May 1 16:38:47 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 4CAADB11; Fri, 1 May 2015 16:38:47 +0000 (UTC) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 16DB91EF1; Fri, 1 May 2015 16:38:47 +0000 (UTC) Received: by igbyr2 with SMTP id yr2so43026314igb.0; Fri, 01 May 2015 09:38:46 -0700 (PDT) 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=073RWpUQpq8phst3a3CYc7XlNExoD4K40kBIdls0Ui8=; b=jACCO5qfQryUdt09v1UMOVxVgERGueVeBiy2rLNM8OpxAmWki/4qnxd+xcRj+Q2qzL pkK6FLN4wjeSVjhbXSmNqfXVEEk1kxJY++qNprh2RNDtMRIzOaaoLrcewuYiO9Qh/Ud6 c5qcOtybqRjaqwQCPw8LqY31s8w6LYokPDGkHbFOW1EtkXGzXSl418hpbTWkaf72oqde vF9dPlmp/vzSErsHxVfT5RuUzrihm/OX1kXAQplX4YqZR58PRrGnE7KzhkXnRpnDRqqu zpetxHYzQBCyL7Loc/IBJjXO3qXcWebM9UWFe1NAMgjiBGXPkV1H+PVP2tsUpqcVu0br c7UA== X-Received: by 10.43.12.136 with SMTP id pi8mr15711760icb.6.1430498326503; Fri, 01 May 2015 09:38:46 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.48.3 with HTTP; Fri, 1 May 2015 09:38:25 -0700 (PDT) In-Reply-To: <201504302130.t3ULUY8H067269@svn.freebsd.org> References: <201504302130.t3ULUY8H067269@svn.freebsd.org> From: Ed Maste Date: Fri, 1 May 2015 12:38:25 -0400 X-Google-Sender-Auth: dR5UMMkPVZW0GGd51ZVucec_dvI Message-ID: Subject: Re: svn commit: r282285 - in head: gnu/usr.bin/cc tools/build/mk usr.bin 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.20 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: Fri, 01 May 2015 16:38:47 -0000 On 30 April 2015 at 17:30, Ed Maste wrote: > Author: emaste > Date: Thu Apr 30 21:30:33 2015 > New Revision: 282285 > URL: https://svnweb.freebsd.org/changeset/base/282285 > > Log: > Add ELF Tool Chain's c++filt to the build This should also have Relnotes: Yes