From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Permerror (SPF Permanent Error: More than 10 MX records returned) identity=mailfrom; client-ip=192.55.52.151; helo=mga17.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (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 8D6592217CE47 for ; Fri, 8 Dec 2017 06:48:12 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Dec 2017 06:52:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,378,1508828400"; d="scan'208";a="1134266" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga007.jf.intel.com with ESMTP; 08 Dec 2017 06:52:46 -0800 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 8 Dec 2017 06:52:45 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 8 Dec 2017 06:52:45 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.152]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Fri, 8 Dec 2017 22:52:43 +0800 From: "Gao, Liming" To: Leif Lindholm , Ard Biesheuvel CC: "edk2-devel@lists.01.org" , "Zhu, Yonghong" , "Shi, Steven" , "evan.lloyd@arm.com" , "lersek@redhat.com" Thread-Topic: [PATCH v3 0/3] BaseTools/tools_def: GCC5/CLANG38 toolchain updates Thread-Index: AQHTcDCE6afZEMBCuUy49KJZbg21IKM5iAFA Date: Fri, 8 Dec 2017 14:52:43 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E18DC2A@SHSMSX104.ccr.corp.intel.com> References: <20171207205250.16312-1-ard.biesheuvel@linaro.org> <20171208142612.nzyrtfbmlboupupb@bivouac.eciton.net> In-Reply-To: <20171208142612.nzyrtfbmlboupupb@bivouac.eciton.net> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v3 0/3] BaseTools/tools_def: GCC5/CLANG38 toolchain updates 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, 08 Dec 2017 14:48:12 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao > -----Original Message----- > From: Leif Lindholm [mailto:leif.lindholm@linaro.org] > Sent: Friday, December 8, 2017 10:26 PM > To: Ard Biesheuvel > Cc: edk2-devel@lists.01.org; Gao, Liming ; Zhu, Yon= ghong ; Shi, Steven > ; evan.lloyd@arm.com; lersek@redhat.com > Subject: Re: [PATCH v3 0/3] BaseTools/tools_def: GCC5/CLANG38 toolchain u= pdates >=20 > For the series: > Tested-by: Leif Lindholm > Reviewed-by: Leif Lindholm >=20 > On Thu, Dec 07, 2017 at 08:52:47PM +0000, Ard Biesheuvel wrote: > > Some toolchain updates for CLANG38 and GCC5: > > - introduce CLANG38+LTO for ARM and AARCH64 > > - disable a warning on CLANG38 > > - enable optimization for GCC5 DEBUG builds > > > > Ard Biesheuvel (3): > > BaseTools/tools_def: add CLANG38 LTO versions for AARCH64 and ARM > > BaseTools/tools_def CLANG38: add -Wno-unused-const-variable > > BaseTool/tools_def GCC5: enable optimization for ARM/AARCH64 DEBUG > > builds > > > > BaseTools/Conf/tools_def.template | 106 ++++++++++++++++++-- > > 1 file changed, 99 insertions(+), 7 deletions(-) > > > > -- > > 2.11.0 > >