[Buildroot] [PATCH 1/1] toolchain/toolchain-external/toolchain-external-custom: add gcc 14 version selection

Vincent Stehlé vincent.stehle at arm.com
Fri May 17 19:34:39 UTC 2024


On Fri, May 17, 2024 at 09:18:25AM +0200, Edgar Bonet wrote:
> This patch allows to use an external toolchain based on gcc 14.

Thanks Edgar; this works on my side.

FWIW, feel free to add (or not):

    Tested-by: Vincent Stehlé <vincent.stehle at arm.com>

> 
> Signed-off-by: Edgar Bonet <bonet at grenoble.cnrs.fr>
> ---
>  .../toolchain-external-custom/Config.in.options               | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/toolchain/toolchain-external/toolchain-external-custom/Config.in.options b/toolchain/toolchain-external/toolchain-external-custom/Config.in.options
> index f7825cb88e..1c4b0d2554 100644
> --- a/toolchain/toolchain-external/toolchain-external-custom/Config.in.options
> +++ b/toolchain/toolchain-external/toolchain-external-custom/Config.in.options
> @@ -46,6 +46,10 @@ choice
>  	  Set to the gcc version that is used by your external
>  	  toolchain.
>  
> +config BR2_TOOLCHAIN_EXTERNAL_GCC_14
> +	bool "14.x"
> +	select BR2_TOOLCHAIN_GCC_AT_LEAST_14
> +
>  config BR2_TOOLCHAIN_EXTERNAL_GCC_13
>  	bool "13.x"
>  	select BR2_TOOLCHAIN_GCC_AT_LEAST_13
> -- 
> 2.34.1
> _______________________________________________
> buildroot mailing list
> buildroot at buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot


More information about the buildroot mailing list