From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0ECEBC433F5 for ; Sat, 9 Oct 2021 01:41:12 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8A6C160FD7 for ; Sat, 9 Oct 2021 01:41:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 8A6C160FD7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 1F9DB83681; Sat, 9 Oct 2021 03:40:10 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="tpVpLh4Z"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6B0BF8363E; Sat, 9 Oct 2021 03:39:35 +0200 (CEST) Received: from mail-qk1-x730.google.com (mail-qk1-x730.google.com [IPv6:2607:f8b0:4864:20::730]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 300E383656 for ; Sat, 9 Oct 2021 03:39:25 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qk1-x730.google.com with SMTP id z40so9906548qko.7 for ; Fri, 08 Oct 2021 18:39:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=IPRcHpUfsHFJD+YG41rs8yYXgFwDUMt2DT7rhpmc1ro=; b=tpVpLh4ZgRC5C91E7xWv/XiAjTTSP/KUEoNe70dQV2TuLY+pGwoH0RCa4JEs8to/r0 bif1ifgFOGRGWurY73WgLM9wL39CfNfepIsg8JTfo5o6rqLpXsveNf6SlBwVdlBtDFn0 hIk3MaO6E+n5sKsdnksTuwMD27QF9FNPiYcgk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=IPRcHpUfsHFJD+YG41rs8yYXgFwDUMt2DT7rhpmc1ro=; b=iFu0S10PcS4bLkofQr7uIuyxPmH4WzXiknfyNsujzRASP7WKA4pDepzh0wrhq1feq1 DdETFD88eXczySk/pbR67iLpPRuS+1y52nTbm9DQzMrpoho+4hfGmes6sP5MnNNXL9II zeMjyHrqZzKra1KpywqumC7K7FZGnCzjiLBUu5EjUxBcGNWzpLhCFDzhLOnrV+KPbOe4 cgmbYYWCWojAofCoOnIB3WHOOgUzXO/+Le1UsUizRlBslbaacFaiPVUB3MDIcpnbWMXC A+DRYXtGKdVT8LC3SsM8RCTal3GWPJCfrkmW1oifdH15wWh4JvaSNl93ygQDPuGKU3Q8 ibMA== X-Gm-Message-State: AOAM532XPazmqRIvpl6VKyoZ21N/Lnqid42c6P0cNrl/AjIualI4wo3c uPI1Kbbjeyc5VKnqPY57a31yMw== X-Google-Smtp-Source: ABdhPJz8w+vw9p+271IAN7puzKmGm3xbVVPdpMD/wW1+qO3ewqHLRwkhMCNQMYeFgSmAHnxdmStv1Q== X-Received: by 2002:a37:314:: with SMTP id 20mr3112815qkd.279.1633743564070; Fri, 08 Oct 2021 18:39:24 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-1c00-ef41-79c3-ef5b.res6.spectrum.com. [2603:6081:7b01:cbda:1c00:ef41:79c3:ef5b]) by smtp.gmail.com with ESMTPSA id c16sm783236qkk.113.2021.10.08.18.39.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Oct 2021 18:39:23 -0700 (PDT) Date: Fri, 8 Oct 2021 21:39:21 -0400 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Alexandru Gagniuc , Andre Przywara , Rasmus Villemoes , Robert Marko , Masahiro Yamada Subject: Re: [PATCH v5 01/29] compiler: Rename host_build() to tools_build() Message-ID: <20211009013921.GP7964@bill-the-cat> References: <20210926014342.127913-1-sjg@chromium.org> <20210926014342.127913-2-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="y6PvmTFIYclVmRST" Content-Disposition: inline In-Reply-To: <20210926014342.127913-2-sjg@chromium.org> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean --y6PvmTFIYclVmRST Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 25, 2021 at 07:43:14PM -0600, Simon Glass wrote: > With the new TOOLS_LIBCRYPTO and some other changes, it seems that we are > heading towards calling this a tools build rather than a host build, > although of course it does happen on the host. >=20 > I cannot think of anything built by the host which cannot be described as > a tool, so rename this function. >=20 > Signed-off-by: Simon Glass > Reviewed-by: Alexandru Gagniuc Applied to u-boot/master, thanks! --=20 Tom --y6PvmTFIYclVmRST Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFg8skACgkQFHw5/5Y0 tyxH2gwAhAtQjS1zRTJ1KNq9RJ++7LMP+z4xVvxa3iqdzmFn8zz7iZy0fvEw0HOE H3UVclIfk5MMPS9v87JCvntn5P2MU1IqCp6eEXIqQUr7fwGI8Naz6kOgdvpp3zv9 QrbHSdf8cZtU0IZIWwvE6klBJupG9MGbgYuPKXtsiwaUx32DPhTVENRrgxgFBvQy C5OHCoUshJEXoMVSYin+eu9ZU0/JAAsfNIeTgA7yxRvmrHHlyM5DT3574h1ABqUw eIRP7itXfs/JVrlEc5hmfbb37WOwRRNKxcmoe89LFTogrRzoG9x2meDXmpcQ0hKS xYYqKpDyP+hlO24Yp9X/+JlPn/X8WUziADYd0xaKyM4dcg9mzbCpQ2L+QCXEEvP3 uvUXlqYrzE1MjoUvKZq/hmf/KA6DKeiPPr9SyPwD15spzt5B1I4pOQNWQoQvGfPS h02AeJIJ1nlr0uZIJ+BWh1nghgYrnxQSUE+lPcP87z1deJI4pchqJ3bux1hFBZiL QOkTitYm =GzAT -----END PGP SIGNATURE----- --y6PvmTFIYclVmRST--