arch/bfin: needs gcc >= 6
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 3 Sep 2017 09:44:31 +0000 (11:44 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 24 Nov 2017 21:17:03 +0000 (22:17 +0100)
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>
arch/Config.in
package/gcc/Config.in.host

index 607da36c1dc03ce6fa7d2ffadea118391e94e1b1..d3f63da34f26bbf1d213333426fd0dfeb1d39f00 100644 (file)
@@ -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.
index c470b430a2b20f8a26c3cc01a88876e3f23b820c..582a40910aa1151ad3b44cbf233ad9da760034bd 100644 (file)
@@ -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