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

Fabrice Fontaine fontaine.fabrice at gmail.com
Mon Oct 12 06:54:56 UTC 2020


- 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 at gmail.com>
---
 package/zlib/Config.in | 2 ++
 1 file changed, 2 insertions(+)

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
-- 
2.28.0



More information about the buildroot mailing list