compiler: Rename host_build() to tools_build()
authorSimon Glass <sjg@chromium.org>
Sun, 26 Sep 2021 01:43:14 +0000 (19:43 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 8 Oct 2021 19:53:26 +0000 (15:53 -0400)
commitc9d6b5b5dcce6820ea794af5f046803cdd43b37b
tree2eeb3cba201c8c492fa34436b5f5439ced86a03c
parent4ed37abc49c20b5dd0dc3ecd3eac53659057e455
compiler: Rename host_build() to tools_build()

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.

I cannot think of anything built by the host which cannot be described as
a tool, so rename this function.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
common/image-fit.c
common/image.c
include/compiler.h