summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2017-09-03 11:44:31 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-11-24 22:17:03 +0100
commit6df07bc58e089be6d3820099c0fbb1b8ac7e8eb2 (patch)
tree617e76c437c7dd4266ad522b112f2e65a149f9c9 /arch
parent881cc8f1c41e681155afeac42f9e849d199f77bf (diff)
arch/bfin: needs gcc >= 6
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Config.in b/arch/Config.in
index 607da36c1d..d3f63da34f 100644
--- a/arch/Config.in
+++ b/arch/Config.in
@@ -79,6 +79,7 @@ config BR2_aarch64_be
config BR2_bfin
bool "Blackfin"
select BR2_ARCH_HAS_FDPIC_SUPPORT
+ select BR2_ARCH_NEEDS_GCC_AT_LEAST_6
help
The Blackfin is a family of 16 or 32-bit microprocessors developed,
manufactured and marketed by Analog Devices.