diff mbox series

[1/1] package/zlib: update architectures for zlib-ng

Message ID 20201012065456.2599019-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/zlib: update architectures for zlib-ng | expand

Commit Message

Fabrice Fontaine Oct. 12, 2020, 6:54 a.m. UTC
- powerpc is supported since
  https://github.com/zlib-ng/zlib-ng/commit/b81f4ee96dcbdf1db34b00727b6f1829a2ba1edb
- s390x is supported since
  https://github.com/zlib-ng/zlib-ng/commit/8e30d1173699412c11880db10de2bc10893a2448

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/zlib/Config.in | 2 ++
 1 file changed, 2 insertions(+)

Comments

Thomas Petazzoni Oct. 12, 2020, 8:29 p.m. UTC | #1
On Mon, 12 Oct 2020 08:54:56 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> - powerpc is supported since
>   https://github.com/zlib-ng/zlib-ng/commit/b81f4ee96dcbdf1db34b00727b6f1829a2ba1edb
> - s390x is supported since
>   https://github.com/zlib-ng/zlib-ng/commit/8e30d1173699412c11880db10de2bc10893a2448
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/zlib/Config.in | 2 ++
>  1 file changed, 2 insertions(+)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/zlib/Config.in b/package/zlib/Config.in
index 4c41ea9fe9..550c2efa93 100644
--- a/package/zlib/Config.in
+++ b/package/zlib/Config.in
@@ -3,6 +3,8 @@  config BR2_PACKAGE_ZLIB_NG_ARCH_SUPPORTS
 	default y if BR2_arm
 	default y if BR2_aarch64
 	default y if BR2_i386
+	default y if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
+	default y if BR2_s390x
 	default y if BR2_x86_64
 
 config BR2_PACKAGE_ZLIB