]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
arch/mips: internal backend not suitable for some cores
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 3 Sep 2017 09:22:18 +0000 (11:22 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 2 Oct 2017 19:41:42 +0000 (21:41 +0200)
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>
arch/Config.in.mips
toolchain/Config.in

index 89e6effee998dd2e0d4d21dccd83ce52ac9d279d..1cce1710dae707d2dcd04c71a1c79a5bd100e707 100644 (file)
@@ -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
 
index 890b874e38a45925a00a0383c9d5299a6e15260c..778063366520f44c5c82a79e2c6db194a891e1c2 100644 (file)
@@ -48,8 +48,6 @@ config BR2_TOOLCHAIN_BUILDROOT
        depends on !BR2_bf607
        depends on !BR2_bf608
        depends on !BR2_bf609
-       depends on !BR2_mips_m6250
-       depends on !BR2_mips_p6600
 
 config BR2_TOOLCHAIN_EXTERNAL
        bool "External toolchain"