mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
Following commite59b3acc36("toolchain/glibc: Restrict ppc64le support to power8"), when selecting ppc64le as the architecture, it is possible to end up with a selection for which no C library is provided. Indeed: - glibc only supports Power8 - uclibc has no support for ppc64le at all - musl only supports ppc64le processors that have Altivec support Therefore, this commit adds "depends on !BR2_powerpc64le" to those PowerPC architecture variants for which no C library support exists. Fixes: http://autobuild.buildroot.net/results/3f6fb1c2d5648e78f7856bdea3171b5a89dfa2f9/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commitc0b0288314) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>