From dc69061e7d36776532d4684e40aa4deadb6a8db0 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Fri, 29 Jul 2022 09:38:59 +0930 Subject: [PATCH] package/glibc: Use powerpc64le instead of power8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With "arch/powerpc: Enable powerpc64le only on CPUs that support it" we can use this symbol to indicate the CPU is supported by glibc. This also aligns the conditions with the kernel headers dependencies. Signed-off-by: Joel Stanley Reviewed-by: Cédric Le Goater Acked-by: Yann E. MORIN Signed-off-by: Arnout Vandecappelle --- package/glibc/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/glibc/Config.in b/package/glibc/Config.in index ba9f691d80..b63f99b0b4 100644 --- a/package/glibc/Config.in +++ b/package/glibc/Config.in @@ -12,7 +12,7 @@ config BR2_PACKAGE_GLIBC_ARCH_SUPPORTS default y if BR2_or1k default y if BR2_powerpc default y if BR2_powerpc64 - default y if BR2_powerpc_power8 + default y if BR2_powerpc64le default y if BR2_riscv default y if BR2_s390x default y if BR2_sh