summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2017-09-03 11:22:19 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-10-02 21:41:53 +0200
commitd9f61fb4ce95118b81ebc05d011c8eb338b153ee (patch)
tree328406af7e32fe465b712ff249305d692496ceed /arch
parent5fbbf8a1d155ae588651cfd6b8a9b40287154d3d (diff)
arch/bfin: 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.bfin4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/Config.in.bfin b/arch/Config.in.bfin
index 90e4ab97b0..9ad2dd7ef4 100644
--- a/arch/Config.in.bfin
+++ b/arch/Config.in.bfin
@@ -6,12 +6,16 @@ choice
Specify target CPU
config BR2_bf606
bool "bf606"
+ select BR2_ARCH_HAS_NO_TOOLCHAIN_BUILDROOT
config BR2_bf607
bool "bf607"
+ select BR2_ARCH_HAS_NO_TOOLCHAIN_BUILDROOT
config BR2_bf608
bool "bf608"
+ select BR2_ARCH_HAS_NO_TOOLCHAIN_BUILDROOT
config BR2_bf609
bool "bf609"
+ select BR2_ARCH_HAS_NO_TOOLCHAIN_BUILDROOT
config BR2_bf512
bool "bf512"
config BR2_bf514