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::230; helo=mail-wm0-x230.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) (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 9D2DB221EA0B9 for ; Thu, 7 Dec 2017 12:49:12 -0800 (PST) Received: by mail-wm0-x230.google.com with SMTP id r78so106423wme.5 for ; Thu, 07 Dec 2017 12:53:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=fwjvBAuQnmw5pZcYSMNfT9ju/Wn0psmCXZuWAxNAL3A=; b=iDWECe0T998iBABITG+Hym/guip2v52+gTNvdadfs6O8EYOolc+4/N4Qgb/Y7c93o4 xUofrPnz491EBxnvKAIe4w8ZoKRawIzGRqODpO2dCPu7tmiP7zwLLzN0QnycGdH7kFA7 /QMN7OlwqOXv47FUGL2BTgD6INgC0ZX8rjXoA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=fwjvBAuQnmw5pZcYSMNfT9ju/Wn0psmCXZuWAxNAL3A=; b=D66X2UZgjGadWA6mS8LRp/diXtgjg9Tw0rgIzKw2EPgWAfDFv8w1W88dpcQjZaKwA1 T4igbVIkF9HmWIuKkgbx5IDuiXfvdYPW79GidWyalTrLuLaWt5b80s7hLyD4yc6inV4d RQobjZFumyM2S0u7X9awCPWY4fXQNn5Q6PyLEBX7+Bv9BkoPVEsV5Xabt7dB/BzflL8G DJJYRxddQQEoyRa4jNw2bvWsBdKBD6107B3czTJyw7bGIue/NKqefBgMn/0Z3rwy6J6s Bc10lMKNTzcXVSoc43G0z5dSJ0io8/yb1UNO93c6g+Z6VbBl8ag9/Xnpe+CwC/o3pCpr J4lg== X-Gm-Message-State: AKGB3mI2pyayFq5NeMQFS23Mvwhyz5ei4QynNXUNQfEfoPtUnstEE7TW X/u8dMeohLSPPraGg0ZHKb3ncrBBBds= X-Google-Smtp-Source: AGs4zMbFVUQ7Jia4Q0bS5pF1ELC4H5fVYgS8CgH3Bf5CxWbyuQ8TeMNShzUfWfv93o7HGPK4IUxqLg== X-Received: by 10.28.22.16 with SMTP id 16mr2424438wmw.138.1512680024185; Thu, 07 Dec 2017 12:53:44 -0800 (PST) Received: from localhost.localdomain ([160.171.158.223]) by smtp.gmail.com with ESMTPSA id v195sm35123wmf.25.2017.12.07.12.53.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Dec 2017 12:53:41 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, liming.gao@intel.com, yonghong.zhu@intel.com, steven.shi@intel.com, evan.lloyd@arm.com, lersek@redhat.com, Ard Biesheuvel Date: Thu, 7 Dec 2017 20:52:47 +0000 Message-Id: <20171207205250.16312-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [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: Thu, 07 Dec 2017 20:49:13 -0000 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