From: Fabrice Fontaine Date: Mon, 12 Oct 2020 06:54:56 +0000 (+0200) Subject: package/zlib: update architectures for zlib-ng X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2007b7928007dbf5cecad05d5bb7a4422ceef085;p=buildroot.git package/zlib: update architectures for zlib-ng - 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 Signed-off-by: Thomas Petazzoni --- 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