|
@@ -86,6 +86,7 @@ config BR2_TOOLCHAIN_BUILDROOT_MUSL
|
|
BR2_mips64el || BR2_or1k || BR2_powerpc || BR2_powerpc64 || \
|
|
BR2_mips64el || BR2_or1k || BR2_powerpc || BR2_powerpc64 || \
|
|
BR2_powerpc64le || BR2_RISCV_64 || BR2_sh || BR2_x86_64
|
|
BR2_powerpc64le || BR2_RISCV_64 || BR2_sh || BR2_x86_64
|
|
depends on !BR2_powerpc_SPE # not supported, build breaks
|
|
depends on !BR2_powerpc_SPE # not supported, build breaks
|
|
|
|
+ depends on !(BR2_powerpc64 || BR2_powerpc64le) || BR2_POWERPC_CPU_HAS_ALTIVEC
|
|
# sh2 nommu is supported by musl, but we don't have support
|
|
# sh2 nommu is supported by musl, but we don't have support
|
|
# for it in Buildroot.
|
|
# for it in Buildroot.
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|