From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 45EFE2095AE7A for ; Fri, 25 Aug 2017 08:40:04 -0700 (PDT) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP; 25 Aug 2017 08:42:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,426,1498546800"; d="scan'208";a="142000661" Received: from oadeosun-mobl1.amr.corp.intel.com (HELO localhost) ([10.255.81.128]) by orsmga005.jf.intel.com with ESMTP; 25 Aug 2017 08:42:39 -0700 MIME-Version: 1.0 To: Laszlo Ersek , edk2-devel-01 Message-ID: <150367575953.19279.11202446826605718459@jljusten-skl> From: Jordan Justen In-Reply-To: <20170825093454.27667-1-lersek@redhat.com> References: <20170825093454.27667-1-lersek@redhat.com> User-Agent: alot/0.6 Date: Fri, 25 Aug 2017 08:42:39 -0700 Subject: Re: [PATCH] Revert "OvmfPkg/build.sh: select the GCC49 toolchain settings for gcc-7.*" X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2017 15:40:04 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jordan Justen On 2017-08-25 02:34:54, Laszlo Ersek wrote: > This reverts commit ca56256d5e0b7e63325b049e90a6bd03f90e3598: > = > TianoCore BZ#671 h= as > been fixed in commit 2f7f1e73c10f ("BaseTools: Add the missing -pie link > option in GCC tool chain", 2017-08-23), so we can return to the GCC5 > toolchain with gcc-7.*. > = > Cc: Jordan Justen > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Laszlo Ersek > --- > OvmfPkg/build.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > = > diff --git a/OvmfPkg/build.sh b/OvmfPkg/build.sh > index 5868d3b8c498..682155202564 100755 > --- a/OvmfPkg/build.sh > +++ b/OvmfPkg/build.sh > @@ -102,7 +102,7 @@ case `uname` in > 4.8.*) > TARGET_TOOLS=3DGCC48 > ;; > - 4.9.*|6.[0-2].*|7.*) > + 4.9.*|6.[0-2].*) > TARGET_TOOLS=3DGCC49 > ;; > *) > -- = > 2.14.1.3.gb7cf6e02401b > = > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel