summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2017-09-03 11:22:18 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-10-02 21:41:42 +0200
commit5fbbf8a1d155ae588651cfd6b8a9b40287154d3d (patch)
tree8e3f471576f3d08deb4d77d251edb765566592b8 /arch
parentba00283be8384789bd90a238ddf6b93d631bcb7b (diff)
arch/mips: internal backend not suitable for some cores
Some cores are not supported by upstream gcc. Use the newly-introduced symbol to state so, rather than have the exclusion in the toolchain choice. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/Config.in.mips2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/Config.in.mips b/arch/Config.in.mips
index 89e6effee9..1cce1710da 100644
--- a/arch/Config.in.mips
+++ b/arch/Config.in.mips
@@ -61,6 +61,7 @@ config BR2_mips_m5150
config BR2_mips_m6250
bool "M6250"
depends on !BR2_ARCH_IS_64
+ select BR2_ARCH_HAS_NO_TOOLCHAIN_BUILDROOT
select BR2_MIPS_CPU_MIPS32R6
config BR2_mips_p5600
bool "P5600"
@@ -103,6 +104,7 @@ config BR2_mips_i6400
config BR2_mips_p6600
bool "P6600"
depends on BR2_ARCH_IS_64
+ select BR2_ARCH_HAS_NO_TOOLCHAIN_BUILDROOT
select BR2_MIPS_CPU_MIPS64R6
endchoice