From owner-svn-src-head@freebsd.org Sat Jan 9 03:34:36 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 99789A67D00; Sat, 9 Jan 2016 03:34:36 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-ig0-x22c.google.com (mail-ig0-x22c.google.com [IPv6:2607:f8b0:4001:c05::22c]) (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 6B232147A; Sat, 9 Jan 2016 03:34:36 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-ig0-x22c.google.com with SMTP id z14so88157575igp.0; Fri, 08 Jan 2016 19:34:36 -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=sJ+/0v64J6nAKSwx/d1gYWghj6bu2QBYR6bISYU8QM8=; b=mEK7NaIT7S+m6D2SEcz59aUvyqPaw4QNRJvnDu/ry75HM6F6LqrSkTHRJ4YgyQ9dUH brlKw7q3ajFQuPVbfQ5+yCiRfHsGjgd9gKHTyMWUUBM7UYxf2q6eFptAyhnJSc4cGgGU edbIvG60UQZPqTEQCZ7mTSJxSyq5kxfjxj/+A9KPkTepcFxN7pg9VoDtRXue0/EG1ZAD LSOZBNzOceBPIcKVGhGlcSYRB+R/yfxR4kJ2YQ/oUxYyOh4fVwRwg6LAeebkQnwiS8y8 vuqhkKsB4hrm7UU4RVZ02lIJlk0GvhdRZpHZ/NYdojxbsxij/Mizr6Gk8KwqCgHjHaDT zrww== X-Received: by 10.50.43.228 with SMTP id z4mr1994497igl.33.1452310475662; Fri, 08 Jan 2016 19:34:35 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.39.66 with HTTP; Fri, 8 Jan 2016 19:34:16 -0800 (PST) In-Reply-To: <201601090042.u090g7dX048643@repo.freebsd.org> References: <201601090042.u090g7dX048643@repo.freebsd.org> From: Ed Maste Date: Sat, 9 Jan 2016 03:34:16 +0000 X-Google-Sender-Auth: DfcnKUuI02IaQ0XnKmvkEArOu0k Message-ID: Subject: Re: svn commit: r293450 - in head: gnu/lib/libgcc share/mk tools/build/options 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: Sat, 09 Jan 2016 03:34:36 -0000 On 9 January 2016 at 00:42, Ed Maste wrote: > > Author: emaste > Date: Sat Jan 9 00:42:07 2016 > New Revision: 293450 > URL: https://svnweb.freebsd.org/changeset/base/293450 > > Log: > Support use of LLVM's libunwind for exception unwinding As reported by bz@, an incremental build on arm64 across this change can fail due to an old unwind.h being left behind. I hope to sort it out soon; in the interim deleting the generated unwind.h files from the objdir should be a usable workaround.