From owner-svn-src-stable-10@freebsd.org Sun Jan 10 22:38:25 2016 Return-Path: Delivered-To: svn-src-stable-10@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 90AC1A6B9DE; Sun, 10 Jan 2016 22:38:25 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x232.google.com (mail-io0-x232.google.com [IPv6:2607:f8b0:4001:c06::232]) (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 61B3D15FD; Sun, 10 Jan 2016 22:38:25 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io0-x232.google.com with SMTP id g73so136493145ioe.3; Sun, 10 Jan 2016 14:38:25 -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:cc:content-type; bh=nMJzvExpVFYK6oLQuDGqbtSyMroz/8eRTbI6/7IVwiY=; b=i7b3uE3ZpJumyErsu8dF61jsvAXfWtIvJg5BH0SkOCQb5shnpZrGQnFffXoeGrzK4F Y8IG4ooYTIdh1jDeo1oA06/7ojnc/4CI8aIbNpkVb6LYeKy97q/f3kCPSZrCsj7abdpm 8X0tJ7F9c9jCdU24S321dKn5xOW5nls+ERJCYkO4gBwfa+8o8oQ1nkR3HhBy+/7pKFUr voyMjJjsIWIYDC5IvytOvCXZteZXUf6CjXu2EpTnXvowp5BvIlLKcR6GsS2T2LFpMjjY 87USk4zhraWuQtNTw9nJAI0Sp498d/Ld6JcNQZjx+ZZCxMK+KhpMcc9P7UL/mAxbFcLZ D9bA== X-Received: by 10.107.159.7 with SMTP id i7mr86832112ioe.29.1452465504829; Sun, 10 Jan 2016 14:38:24 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.39.66 with HTTP; Sun, 10 Jan 2016 14:38:05 -0800 (PST) In-Reply-To: <65E17E6F-F469-4E68-974D-4D36FC875B1C@gmail.com> References: <201601070222.u072MjTs098126@repo.freebsd.org> <65E17E6F-F469-4E68-974D-4D36FC875B1C@gmail.com> From: Ed Maste Date: Sun, 10 Jan 2016 22:38:05 +0000 X-Google-Sender-Auth: TVUId3J87KFEulqWnb7Z6O7e7Ng Message-ID: Subject: Re: svn commit: r293297 - in stable/10/sys/boot/efi: . boot1 loader loader/arch loader/arch/amd64 To: NGie Cooper Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jan 2016 22:38:25 -0000 On 10 January 2016 at 18:09, NGie Cooper wrote: > > Changes to sys/boot/efi/Makefile.inc broke ia64 (and likely all gcc tinderboxes). Sorry about that and thanks for the heads-up. Only ia64 should be affected -- the only archs that build sys/boot/efi on stable/10 are i386, amd64, and ia64. I'll sort it out as soon as I can.