package/zlib: update architectures for zlib-ng
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 12 Oct 2020 06:54:56 +0000 (08:54 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 12 Oct 2020 20:23:06 +0000 (22:23 +0200)
- 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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/zlib/Config.in

index 4c41ea9fe973f420895d7af3dd5fcbfa0ffffa93..550c2efa9302bd071625c9453739e04a2e16e190 100644 (file)
@@ -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