summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2016-10-15 14:36:22 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-10-15 16:38:05 +0200
commitb890bd1f04635f3022461a73bff4ed12d5494e72 (patch)
tree4f5ee8c519ea3569f94a7a8ef097a98157c7bc89 /toolchain
parentdc77d63534b34e5fe9edfc3c2e2adfdee1a451e7 (diff)
downloadbuildroot-b890bd1f04635f3022461a73bff4ed12d5494e72.tar.gz
buildroot-b890bd1f04635f3022461a73bff4ed12d5494e72.zip
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>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/toolchain-buildroot/Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in
index 310572e502..c89e181611 100644
--- a/toolchain/toolchain-buildroot/Config.in
+++ b/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
OpenPOWER on IntegriCloud