From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::242; helo=mail-it0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x242.google.com (mail-it0-x242.google.com [IPv6:2607:f8b0:4001:c0b::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id CA7552217CE4C for ; Fri, 8 Dec 2017 07:05:40 -0800 (PST) Received: by mail-it0-x242.google.com with SMTP id b5so5442191itc.3 for ; Fri, 08 Dec 2017 07:10:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=8u7KE6O+DynIrD5bjHb8s8YP5IkLihBOemeJoJBMsJs=; b=GifgRWyrLTrnLc+Yrj/QCT5Qsj+3r7CvrXby/9oXbXltxtj67619ikUsFJmf4a/nOv hE2BsbaHwxdcn2dhRu7gYmjQrzL0aJcYvzokwbKEZKGZs1A6ZmYKvy+yfQy5349wIKEA ohZanHNjdY7iO+j+h5yUIcPf22pi2kBnKpZsU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=8u7KE6O+DynIrD5bjHb8s8YP5IkLihBOemeJoJBMsJs=; b=egWvLJ9ehnqPoD5QbA/H9lqnCEnSk4TNOst/y5QwbVDZC3obsgL8+0sonac5SUwSSt Ez8a0VDdDHHd3UXxyJKvRia9ey3xEj3Da2YkjF2NTJtJwrBV0GZ91eirqCqhWeLkDc3G Yh4ZBOgr2lyfewmnVN+osKjkn354fv5BIlFvkIpZFXkZ5jtrmYyF69drW5aBlg116HYq WO1nWZzd8DRghxKK/7cReMbj3bOYHV7GH0lxHGD/6KnbsNbNlTZXErnu19Mx657IEpyI YgsXWnX5D/2mafoVSNdkbw0CkfxTcZ6iXwqbbFl/KnRFMzQCdvxuB81Kuda8j1dlmbFT w6kQ== X-Gm-Message-State: AKGB3mIMsCCtbdc0nkD/wBps0XB9+Mn6OXG4oLUi092GNcmVqo6cDdzN fs4I0wuG47tgODMdpi2D/OV36o8S6U5ydKcITWHjHTfCYB4= X-Google-Smtp-Source: AGs4zMZ5gGIBBPMhrY/vzdHWPvdA/2f4hundDZ+vIigtXTyW8hdt6BcBK2BS/N9drAQMofZLcZoYo205sxOl9koPkC0= X-Received: by 10.36.78.212 with SMTP id r203mr6256889ita.58.1512745814538; Fri, 08 Dec 2017 07:10:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.104.16 with HTTP; Fri, 8 Dec 2017 07:10:14 -0800 (PST) In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14E18DC2A@SHSMSX104.ccr.corp.intel.com> References: <20171207205250.16312-1-ard.biesheuvel@linaro.org> <20171208142612.nzyrtfbmlboupupb@bivouac.eciton.net> <4A89E2EF3DFEDB4C8BFDE51014F606A14E18DC2A@SHSMSX104.ccr.corp.intel.com> From: Ard Biesheuvel Date: Fri, 8 Dec 2017 15:10:14 +0000 Message-ID: To: "Gao, Liming" Cc: Leif Lindholm , "lersek@redhat.com" , "edk2-devel@lists.01.org" 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 15:05:41 -0000 Content-Type: text/plain; charset="UTF-8" On 8 December 2017 at 14:52, Gao, Liming wrote: > Reviewed-by: Liming Gao > Thanks all. Pushed as 978779d7b50c..06c8a34cc4bc >> -----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, Yonghong ; Shi, Steven >> ; evan.lloyd@arm.com; lersek@redhat.com >> Subject: Re: [PATCH v3 0/3] BaseTools/tools_def: GCC5/CLANG38 toolchain updates >> >> For the series: >> Tested-by: Leif Lindholm >> Reviewed-by: Leif Lindholm >> >> 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 >> > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel