Browse Source

toolchain-buildroot: enable Musl for MIPS R6

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Vicente Olivert Riera 7 years ago
parent
commit
b890bd1f04
1 changed files with 0 additions and 2 deletions
  1. 0 2
      toolchain/toolchain-buildroot/Config.in

+ 0 - 2
toolchain/toolchain-buildroot/Config.in

@@ -73,8 +73,6 @@ config BR2_TOOLCHAIN_BUILDROOT_MUSL
 		   BR2_mips64el   || BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \
 		   BR2_sh         || BR2_x86_64
 	depends on !BR2_powerpc_SPE # not supported, build breaks
-	# Unsupported for MIPS R6
-	depends on !BR2_MIPS_CPU_MIPS32R6 && !BR2_MIPS_CPU_MIPS64R6
 	# sh2 nommu is supported by musl, but we don't have support
 	# for it in Buildroot.
 	depends on BR2_USE_MMU