diff mbox series

[v2,1/1] package/libabseil-cpp: update BR2_PACKAGE_LIBABSEIL_CPP_ARCH_SUPPORTS

Message ID 20220612084912.1874307-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [v2,1/1] package/libabseil-cpp: update BR2_PACKAGE_LIBABSEIL_CPP_ARCH_SUPPORTS | expand

Commit Message

Fabrice Fontaine June 12, 2022, 8:49 a.m. UTC
m68k is supported since version 20210324.0 and
https://github.com/abseil/abseil-cpp/commit/f3697b4fedc2d8f2311eaaebed051f6a44182bb2

s390x is supported since at least version 20180600 and
https://github.com/abseil/abseil-cpp/commit/a7e522daf1ec9cda69b356472f662142dd0c1215

sh is supported since version 20210324.0 and
https://github.com/abseil/abseil-cpp/commit/a2d7f453c635e90b356017dd47049b89407c2d88

sparc and sparc64 are supported since version 20210324.0 and
https://github.com/abseil/abseil-cpp/commit/3fcd00d7dddafe65ced638acca560105a414cba5

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
Changes v1 -> v2:
 - Drop spurious space

 package/libabseil-cpp/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Yann E. MORIN June 12, 2022, 3:13 p.m. UTC | #1
Fabrice, All,

On 2022-06-12 10:49 +0200, Fabrice Fontaine spake thusly:
> m68k is supported since version 20210324.0 and
> https://github.com/abseil/abseil-cpp/commit/f3697b4fedc2d8f2311eaaebed051f6a44182bb2
> 
> s390x is supported since at least version 20180600 and
> https://github.com/abseil/abseil-cpp/commit/a7e522daf1ec9cda69b356472f662142dd0c1215
> 
> sh is supported since version 20210324.0 and
> https://github.com/abseil/abseil-cpp/commit/a2d7f453c635e90b356017dd47049b89407c2d88
> 
> sparc and sparc64 are supported since version 20210324.0 and
> https://github.com/abseil/abseil-cpp/commit/3fcd00d7dddafe65ced638acca560105a414cba5
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
> Changes v1 -> v2:
>  - Drop spurious space
> 
>  package/libabseil-cpp/Config.in | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/package/libabseil-cpp/Config.in b/package/libabseil-cpp/Config.in
> index 222e3a092a..45f339ff26 100644
> --- a/package/libabseil-cpp/Config.in
> +++ b/package/libabseil-cpp/Config.in
> @@ -5,9 +5,13 @@ config BR2_PACKAGE_LIBABSEIL_CPP_ARCH_SUPPORTS
>  	default y if BR2_aarch64 || BR2_aarch64_be
>  	default y if BR2_arm || BR2_armeb
>  	default y if BR2_i386
> +	default y if BR2_m68k
>  	default y if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
>  	default y if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
>  	default y if BR2_riscv
> +	default y if BR2_s390x
> +	default y if BR2_sh
> +	default y if BR2_sparc || BR2_sparc64
>  	default y if BR2_x86_64
>  	depends on BR2_TOOLCHAIN_HAS_UCONTEXT
>  
> -- 
> 2.35.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
Peter Korsgaard June 19, 2022, 1:29 p.m. UTC | #2
On 12/06/2022 10.49, Fabrice Fontaine wrote:
> m68k is supported since version 20210324.0 and
> https://github.com/abseil/abseil-cpp/commit/f3697b4fedc2d8f2311eaaebed051f6a44182bb2
> 
> s390x is supported since at least version 20180600 and
> https://github.com/abseil/abseil-cpp/commit/a7e522daf1ec9cda69b356472f662142dd0c1215
> 
> sh is supported since version 20210324.0 and
> https://github.com/abseil/abseil-cpp/commit/a2d7f453c635e90b356017dd47049b89407c2d88
> 
> sparc and sparc64 are supported since version 20210324.0 and
> https://github.com/abseil/abseil-cpp/commit/3fcd00d7dddafe65ced638acca560105a414cba5
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> Changes v1 -> v2:
>   - Drop spurious space

Committed to 2022.05.x and 2022.02.x, thanks.
diff mbox series

Patch

diff --git a/package/libabseil-cpp/Config.in b/package/libabseil-cpp/Config.in
index 222e3a092a..45f339ff26 100644
--- a/package/libabseil-cpp/Config.in
+++ b/package/libabseil-cpp/Config.in
@@ -5,9 +5,13 @@  config BR2_PACKAGE_LIBABSEIL_CPP_ARCH_SUPPORTS
 	default y if BR2_aarch64 || BR2_aarch64_be
 	default y if BR2_arm || BR2_armeb
 	default y if BR2_i386
+	default y if BR2_m68k
 	default y if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
 	default y if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
 	default y if BR2_riscv
+	default y if BR2_s390x
+	default y if BR2_sh
+	default y if BR2_sparc || BR2_sparc64
 	default y if BR2_x86_64
 	depends on BR2_TOOLCHAIN_HAS_UCONTEXT