Re: [PATCH] scripts/gcc-plugins: consistently use HOSTCC

From: Kees Cook
Date: Thu Sep 23 2021 - 17:29:45 EST


On Thu, 23 Sep 2021 16:28:11 +0100, Ross Burton wrote:
> The GCC plugins are built using HOSTCC, but the path to the GCC plugins
> headers is obtained using CC. This can lead to interesting failures if
> the host compiler and cross compiler are different versions, and the
> host compiler uses the cross headers.

(I changed this from HOSTCC to HOSTCXX to match the other invocations.)

Applied to for-next/gcc-plugins, thanks!

[1/1] scripts/gcc-plugins: consistently use HOSTCC
https://git.kernel.org/kees/c/ef5ecb129791

--
Kees Cook