diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2017-09-03 11:44:31 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-11-24 22:17:03 +0100 |
commit | 6df07bc58e089be6d3820099c0fbb1b8ac7e8eb2 (patch) | |
tree | 617e76c437c7dd4266ad522b112f2e65a149f9c9 /package/gcc | |
parent | 881cc8f1c41e681155afeac42f9e849d199f77bf (diff) | |
download | buildroot-6df07bc58e089be6d3820099c0fbb1b8ac7e8eb2.tar.gz buildroot-6df07bc58e089be6d3820099c0fbb1b8ac7e8eb2.zip |
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 'package/gcc')
-rw-r--r-- | package/gcc/Config.in.host | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index c470b430a2..582a40910a 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -24,7 +24,7 @@ config BR2_GCC_VERSION_4_9_X bool "gcc 4.9.x" depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_5 # Broken or unsupported architectures - depends on !BR2_arc && !BR2_bfin && !BR2_or1k + depends on !BR2_arc && !BR2_or1k # Broken or unsupported ARM cores depends on !BR2_cortex_a17 && !BR2_cortex_a17_a7 depends on !BR2_cortex_a72 && !BR2_cortex_a72_a53 @@ -48,7 +48,7 @@ config BR2_GCC_VERSION_5_X bool "gcc 5.x" depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_6 # Broken or unsupported architectures - depends on !BR2_arc && !BR2_bfin && !BR2_or1k + depends on !BR2_arc && !BR2_or1k # Broken or unsupported ARM cores depends on !BR2_cortex_a57_a53 && !BR2_cortex_a72_a53 # musl ppc64 unsupported |