[Buildroot] [PATCH 06/18] imx-lib: remove now-redundant ccache handling

Romain Naour romain.naour at openwide.fr
Sat Oct 3 21:11:45 UTC 2015


Hi Arnout,

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

You also need to remove now-redundant ccache handling in freescale-imx/imx-vpu
package.

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

Best regards,
Romain

> ---
>  package/freescale-imx/imx-lib/imx-lib.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/freescale-imx/imx-lib/imx-lib.mk b/package/freescale-imx/imx-lib/imx-lib.mk
> index 92739a8..7046580 100644
> --- a/package/freescale-imx/imx-lib/imx-lib.mk
> +++ b/package/freescale-imx/imx-lib/imx-lib.mk
> @@ -21,7 +21,7 @@ IMX_LIB_INCLUDE = \
>  IMX_LIB_MAKE_ENV = \
>  	$(TARGET_MAKE_ENV) \
>  	$(TARGET_CONFIGURE_OPTS) \
> -	CROSS_COMPILE="$(CCACHE) $(TARGET_CROSS)" \
> +	CROSS_COMPILE="$(TARGET_CROSS)" \
>  	PLATFORM=$(BR2_PACKAGE_FREESCALE_IMX_PLATFORM) \
>  	INCLUDE="$(IMX_LIB_INCLUDE)"
>  
> 



More information about the buildroot mailing list