From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::241; helo=mail-wm0-x241.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (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 8400B21A1097D for ; Fri, 8 Dec 2017 06:21:42 -0800 (PST) Received: by mail-wm0-x241.google.com with SMTP id f206so3447461wmf.5 for ; Fri, 08 Dec 2017 06:26:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Ui11cwq144b96ewsXKZjPFGEANusHir4MS4t6zITmGg=; b=O7OkpYT/yMzuEoqB6lvIDfdL+W2sVfCrpduHyJPVFD7jI36GVgc1ofT1xUkP1244B+ RJ7UZ+xFQihEv5qQXV8KykguaFZyLrKvqjv9WSVfsjglZ3uPNpUKJZnuKYRFz2ME4NNU dF++BRrjs8RY7rcyYpynaIFf2QbSQT+nJq+cc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Ui11cwq144b96ewsXKZjPFGEANusHir4MS4t6zITmGg=; b=R3mcly/tUvE191rasefPfDOPuHmCPv8vEMQ8llPfzOMg+9tUiWaamnk4ymu94ZLHLj HkcGhDkIgD5F7jB8xG+jg366LqDWi4bFqjjUVhyMqNv2UjBtHjgHJP4cihrowlipPcUN arNWbBn2OaiTUNb9PuhcFBT2dVZ6it7eX5BmYcR9PgCsPVKvhTuXW8Flztux8bcxIdW9 mgtaQDak0o3C5G0TFBgQD+CL07vnICoSA6eYRWA/c0Eb3J3n/B7dbCkMCMMpVPHlxESQ sTOjrzaPFKnQG37xAgVWW7SaMkBP4QhW0mAFbocCed4KqfGaxQwtR+bS+82+STZABspj lFbA== X-Gm-Message-State: AKGB3mJji09Fcn1ApoXs0116W3tfBuueYR2ItpQgEAztnnc3uWPQXduA Bzi37caODel18PQk898jtrQwtmRuSU0= X-Google-Smtp-Source: AGs4zMa74/fmW0myDRwRwaemoRELTICXUwP8P+IaMKIApqzoScuvQqpJwKGeWOxB/28JW3usTvDRDA== X-Received: by 10.28.174.133 with SMTP id x127mr3951159wme.107.1512743175580; Fri, 08 Dec 2017 06:26:15 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id s187sm1661451wmf.16.2017.12.08.06.26.14 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 08 Dec 2017 06:26:14 -0800 (PST) Date: Fri, 8 Dec 2017 14:26:12 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, liming.gao@intel.com, yonghong.zhu@intel.com, steven.shi@intel.com, evan.lloyd@arm.com, lersek@redhat.com Message-ID: <20171208142612.nzyrtfbmlboupupb@bivouac.eciton.net> References: <20171207205250.16312-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20171207205250.16312-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) 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:21:42 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 >