[Buildroot] [PATCH] package/gcc: fix xtensa overlay for gcc ccache hash

Giulio Benetti giulio.benetti at benettiengineering.com
Fri Dec 24 10:23:28 UTC 2021


Hi Yann,

On 24/12/21 10:52, Yann E. MORIN wrote:
> Commit b3b60706221d (arch/xtensa: allow specifying path to tarball file)
> m issed a place where the xtensa overlay was refrenced, thus breaking

typo on 'missed' and 'referenced' that maybe can be reworded while applying.

Best regards
-- 
Giulio Benetti
Benetti Engineering sas

> the calculation for the ccache hash.
> 
> Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
> Cc: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
> Cc: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
> ---
>   package/gcc/gcc.mk | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/gcc/gcc.mk b/package/gcc/gcc.mk
> index fcc352aa25..3adc1d4e16 100644
> --- a/package/gcc/gcc.mk
> +++ b/package/gcc/gcc.mk
> @@ -283,7 +283,7 @@ HOST_GCC_COMMON_CCACHE_HASH_FILES += \
>   		$(addsuffix /gcc/$(GCC_VERSION)/*.patch,$(call qstrip,$(BR2_GLOBAL_PATCH_DIR))) \
>   		$(addsuffix /gcc/*.patch,$(call qstrip,$(BR2_GLOBAL_PATCH_DIR)))))
>   ifeq ($(BR2_xtensa),y)
> -HOST_GCC_COMMON_CCACHE_HASH_FILES += $(ARCH_XTENSA_OVERLAY_TAR)
> +HOST_GCC_COMMON_CCACHE_HASH_FILES += $(ARCH_XTENSA_OVERLAY_FILE)
>   endif
>   
>   # _CONF_OPTS contains some references to the absolute path of $(HOST_DIR)
> 




More information about the buildroot mailing list