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:c0c::234; helo=mail-wr0-x234.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x234.google.com (mail-wr0-x234.google.com [IPv6:2a00:1450:400c:c0c::234]) (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 0730B21B0283C for ; Thu, 7 Dec 2017 01:24:33 -0800 (PST) Received: by mail-wr0-x234.google.com with SMTP id v105so6721222wrc.3 for ; Thu, 07 Dec 2017 01:29:06 -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=kfjEBsd6j2guttcPjJMHhqzaiq5WYBJtEHgRPKpWCrVqDZ/5LcO097+ZBIjOhK2Qfi gjOdtSgxsnCwhGtmbKJZP9DXCVH5GwR5zEnubbGEI4Czywn8RuHEwK3StQ4LrcLJZy78 9ousQ0Acks50343WGshWYOfeF4nbko1DloEEE= 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=SQu1rLK52EHFMQn6MEQyxz61nlxPGQrw2Vp37kdoySXxZ5L4YYr73OJYCF5EAaQqYo OuX35H8mVlJ3hDz4hkWkXyVCYu2tEnCRPX5sfUUrWc3Ca/t2Q0aRKt88EVbvDAVUrAyi d1zWHhbsaWF73IQ1x7ugJYnP6DnC58B9B5r9ILjM27Qbp5jAKT7khBVL+chAJkkHSwC2 DjYy5eSaZOTRFxLS1Q0GepIvc11SZQ+8LC24IjVPlT8tNFqiu2ma8nuVXwVD7U3tFKhX 3WS4nLCk+NR7DX0qhbAHJzML04Z/S1Ro5LwuY/BHPwHmekbvrLhTSxV5vLbjuhIvltZK nP0g== X-Gm-Message-State: AKGB3mKZ+m/v5QI40qW5PlokY/G7se2kU5y8Ej8iE1gw8IeZxMp04TOE eXeAIF2icQQq78IQpAH/e6raq/3z9BM= X-Google-Smtp-Source: AGs4zMbyTikuxlSLbDTBxNK1YEe+GrU1P7wCyHORlG9Qexo29h5XyK4xbN69myweshgFoEDovNhZpA== X-Received: by 10.223.197.10 with SMTP id q10mr10853637wrf.237.1512638944830; Thu, 07 Dec 2017 01:29:04 -0800 (PST) Received: from localhost.localdomain ([105.150.171.234]) by smtp.gmail.com with ESMTPSA id w142sm3151141wme.13.2017.12.07.01.29.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Dec 2017 01:29:03 -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 09:28:48 +0000 Message-Id: <20171207092851.2118-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [PATCH v2 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 09:24:34 -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