From owner-svn-src-stable@freebsd.org Mon Jan 11 00:59:00 2016 Return-Path: Delivered-To: svn-src-stable@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 11CEEA6A6F1; Mon, 11 Jan 2016 00:59:00 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-ob0-x235.google.com (mail-ob0-x235.google.com [IPv6:2607:f8b0:4003:c01::235]) (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 CEBEA17D1; Mon, 11 Jan 2016 00:58:59 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-ob0-x235.google.com with SMTP id ba1so395991374obb.3; Sun, 10 Jan 2016 16:58:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=5Lhzfk6LlR1rNprpQR53bz2ot+QWvpulsbvnB3pG1Dk=; b=xFrKOrKnq4benjC8kJR/zZ20OoL5EDnpiOVxj1JnG/Vpme25k5Qrz1BvdvfACC7PT6 +Por85hUWsVIFegh7TomMPG4pUI+yct/+9KMWs+PV/Wk93C3zUvCL7iuzRFYFMOTL+Sz 4rgNa8SYjA5NYDt0a+8OmJFaZHjmFdtdWKDEhgl7zUO1a/339ui9vdLeb8737l0pJ7jA n2du7G3O2bURaIxei6uhkMTeygFwMtBEy6Pk7dpnhSyGhxv/iZy5xSSVNBrM+s9wfz3n Eg9DVC5bS6FbcsjpSCm6FCwCwx5/Uf52FO6TinIOWE4Q2XtoAibamfS/adGIKVIzcCHn h7Yw== X-Received: by 10.182.118.233 with SMTP id kp9mr66772041obb.50.1452473939156; Sun, 10 Jan 2016 16:58:59 -0800 (PST) Received: from [100.80.245.200] ([172.56.7.188]) by smtp.gmail.com with ESMTPSA id i4sm3203518oel.12.2016.01.10.16.58.57 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 10 Jan 2016 16:58:57 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r293649 - in stable/10/sys/boot/efi: . boot1 From: Garrett Cooper X-Mailer: iPhone Mail (13C75) In-Reply-To: <201601110043.u0B0hoQa031200@repo.freebsd.org> Date: Sun, 10 Jan 2016 16:58:56 -0800 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201601110043.u0B0hoQa031200@repo.freebsd.org> To: Ed Maste X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jan 2016 00:59:00 -0000 > On Jan 10, 2016, at 16:43, Ed Maste wrote: >=20 > Author: emaste > Date: Mon Jan 11 00:43:50 2016 > New Revision: 293649 > URL: https://svnweb.freebsd.org/changeset/base/293649 >=20 > Log: > MFC r281027: Clean up more x86 only options in the efi code. >=20 > Modified: > stable/10/sys/boot/efi/Makefile.inc > stable/10/sys/boot/efi/boot1/Makefile > Directory Properties: > stable/10/ (props changed) Thanks! You might need to bring in some of the CFLAGS.clang changes from hea= d.=