kumquat-buildroot/boot
Thomas Petazzoni 9d684a0967 boot/uboot: use HOSTCC_NOCCACHE as kconfig HOSTCC
At kconfig time, dependencies are not built, and therefore host-ccache
is not ready. Due to this, using $(HOSTCC) as the host compiler in
KCONFIG_OPTS does not work: a "make uboot-menuconfig" invocation from
a clean tree with ccache enabled fails.

This commit fixes this by using $(HOSTCC_NOCCACHE). We cannot rely on
the default value of HOSTCC passed by the kconfig-package
infrastructure, because $(UBOOT_MAKE_OPTS) also contains a HOSTCC
definition that would override the one passed by the kconfig-package
infrastructure.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-01-16 23:38:13 +01:00
..
afboot-stm32 boot/afboot-stm32: create destination directory during installation 2018-12-08 20:46:54 +01:00
arm-trusted-firmware arm-trusted-firmware: replace hard-coded arm64 with MKIMAGE_ARCH 2018-10-26 21:26:33 +02:00
at91bootstrap
at91bootstrap3
at91dataflashboot
barebox boot/barebox: change download site to https 2019-01-12 17:22:29 +01:00
binaries-marvell boot/binaries-marvell: bump version to marvell-armada-18.06 2018-10-11 09:28:44 +02:00
boot-wrapper-aarch64
grub2 boot/grub: fix grub-mkimage with binutils >= 2.31 2018-12-13 21:37:08 +01:00
gummiboot package/gnu-efi: introduce BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS option 2019-01-12 17:34:22 +01:00
lpc32xxcdl
mv-ddr-marvell
mxs-bootlets
riscv-pk
s500-bootloader
shim boot/shim: new package 2019-01-12 17:38:25 +01:00
syslinux package/gnu-efi: introduce BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS option 2019-01-12 17:34:22 +01:00
ts4800-mbrboot
uboot boot/uboot: use HOSTCC_NOCCACHE as kconfig HOSTCC 2019-01-16 23:38:13 +01:00
vexpress-firmware
common.mk
Config.in boot/shim: new package 2019-01-12 17:38:25 +01:00