diff mbox series

package/gcc/Config.in.host: fix BR2_GCC_VERSION_ARC select of BR2_TOOLCHAIN_GCC_AT_LEAST_xyz

Message ID 20211227215833.1136054-1-thomas.petazzoni@bootlin.com
State Accepted
Headers show
Series package/gcc/Config.in.host: fix BR2_GCC_VERSION_ARC select of BR2_TOOLCHAIN_GCC_AT_LEAST_xyz | expand

Commit Message

Thomas Petazzoni Dec. 27, 2021, 9:58 p.m. UTC
When the gcc arc version was bumped to a version using gcc
10.x (arc-2020.09-release) in commit
0791abfba0227803b19895ea22326f4e17ac93dc, the select of
BR2_GCC_VERSION_ARC on the appropriate BR2_TOOLCHAIN_GCC_AT_LEAST_xyz
was not updated. This commit fixes this issue.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/gcc/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yann E. MORIN Dec. 28, 2021, 8:44 p.m. UTC | #1
Thomas, All,

On 2021-12-27 22:58 +0100, Thomas Petazzoni spake thusly:
> When the gcc arc version was bumped to a version using gcc
> 10.x (arc-2020.09-release) in commit
> 0791abfba0227803b19895ea22326f4e17ac93dc, the select of
> BR2_GCC_VERSION_ARC on the appropriate BR2_TOOLCHAIN_GCC_AT_LEAST_xyz
> was not updated. This commit fixes this issue.

I've slightly rephrased the commit log to also add a reference to
0b4c7ba01cfe (toolchain: update option descriptions for ARC tools
arc-2020.09-release) which also missed updating the select.

Nice catch, applied to master, thanks.

Regards,
Yann E. MORIN.

> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> ---
>  package/gcc/Config.in.host | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host
> index aa2665cbee..a1fe192d3a 100644
> --- a/package/gcc/Config.in.host
> +++ b/package/gcc/Config.in.host
> @@ -12,7 +12,7 @@ config BR2_GCC_VERSION_ARC
>  	bool "gcc arc (10.x)"
>  	# Only supported architecture
>  	depends on BR2_arc
> -	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
> +	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
>  
>  config BR2_GCC_VERSION_POWERPC_SPE
>  	bool "gcc powerpc spe"
> -- 
> 2.31.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
Peter Korsgaard Jan. 25, 2022, 6:06 p.m. UTC | #2
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Thomas, All,
 > On 2021-12-27 22:58 +0100, Thomas Petazzoni spake thusly:
 >> When the gcc arc version was bumped to a version using gcc
 >> 10.x (arc-2020.09-release) in commit
 >> 0791abfba0227803b19895ea22326f4e17ac93dc, the select of
 >> BR2_GCC_VERSION_ARC on the appropriate BR2_TOOLCHAIN_GCC_AT_LEAST_xyz
 >> was not updated. This commit fixes this issue.

 > I've slightly rephrased the commit log to also add a reference to
 > 0b4c7ba01cfe (toolchain: update option descriptions for ARC tools
 > arc-2020.09-release) which also missed updating the select.

 > Nice catch, applied to master, thanks.

Committed to 2021.11.x, thanks.
diff mbox series

Patch

diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host
index aa2665cbee..a1fe192d3a 100644
--- a/package/gcc/Config.in.host
+++ b/package/gcc/Config.in.host
@@ -12,7 +12,7 @@  config BR2_GCC_VERSION_ARC
 	bool "gcc arc (10.x)"
 	# Only supported architecture
 	depends on BR2_arc
-	select BR2_TOOLCHAIN_GCC_AT_LEAST_9
+	select BR2_TOOLCHAIN_GCC_AT_LEAST_10
 
 config BR2_GCC_VERSION_POWERPC_SPE
 	bool "gcc powerpc spe"