From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Mon, 28 Jan 2019 18:01:23 +0100 Subject: [Buildroot] [PATCH 3/3] linux: use HOSTCC_NOCCACHE as kconfig HOSTCC In-Reply-To: <20190110211500.14368-4-thomas.petazzoni@bootlin.com> (Thomas Petazzoni's message of "Thu, 10 Jan 2019 22:15:00 +0100") References: <20190110211500.14368-1-thomas.petazzoni@bootlin.com> <20190110211500.14368-4-thomas.petazzoni@bootlin.com> Message-ID: <87o980emxo.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Thomas" == Thomas Petazzoni writes: > linux is a bit different than other kconfig-package, because it has > "toolchain" in KCONFIG_DEPENDENCIES. Thanks to this, host-ccache *is* > ready by the time kconfig invocations are made, so we could use > $(HOSTCC) as the host compiler for kconfig related operations. > However, for consistency with other kconfig-package packages, we chose > to use $(HOSTCC_NOCCACHE) as well. > We cannot rely on the default value of HOSTCC passed by the > kconfig-package infrastructure, because $(LINUX_MAKE_FLAGS) also > contains a HOSTCC definition that would override the one passed by the > kconfig-package infrastructure. > Signed-off-by: Thomas Petazzoni Committed to 2018.11.x, thanks. -- Bye, Peter Korsgaard