[Buildroot] [PATCH 09/18] uboot: remove now-redundant ccache handling

Romain Naour romain.naour at openwide.fr
Sat Oct 3 21:24:05 UTC 2015


Arnout,

Le 20/09/2015 21:23, Arnout Vandecappelle (Essensium/Mind) a écrit :
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>

Reviewed-by: Romain Naour <romain.naour at openwide.fr>

Best regards,
Romain

> ---
>  boot/uboot/uboot.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
> index 8f321ac..7494078 100644
> --- a/boot/uboot/uboot.mk
> +++ b/boot/uboot/uboot.mk
> @@ -74,7 +74,7 @@ endif
>  UBOOT_ARCH = $(KERNEL_ARCH)
>  
>  UBOOT_MAKE_OPTS += \
> -	CROSS_COMPILE="$(CCACHE) $(TARGET_CROSS)" \
> +	CROSS_COMPILE="$(TARGET_CROSS)" \
>  	ARCH=$(UBOOT_ARCH)
>  
>  # Helper function to fill the U-Boot config.h file.
> 




More information about the buildroot mailing list