toolchain-buildroot: enable Musl for MIPS R6
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Sat, 15 Oct 2016 13:36:22 +0000 (14:36 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 15 Oct 2016 14:38:05 +0000 (16:38 +0200)
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
toolchain/toolchain-buildroot/Config.in

index 310572e502a18e9fe09aef5a83eb1270e0b37749..c89e1816110f016b82304a1282acbcc6225c77a1 100644 (file)
@@ -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