Browse Source

package/glibc: Use powerpc64le instead of power8

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 <joel@jms.id.au>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Acked-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
Joel Stanley 3 years ago
parent
commit
dc69061e7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/glibc/Config.in

+ 1 - 1
package/glibc/Config.in

@@ -12,7 +12,7 @@ config BR2_PACKAGE_GLIBC_ARCH_SUPPORTS
 	default y if BR2_or1k
 	default y if BR2_or1k
 	default y if BR2_powerpc
 	default y if BR2_powerpc
 	default y if BR2_powerpc64
 	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_riscv
 	default y if BR2_s390x
 	default y if BR2_s390x
 	default y if BR2_sh
 	default y if BR2_sh