toolchain: disable internal for blackfin
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 17 Mar 2015 16:41:00 +0000 (13:41 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 17 Mar 2015 16:53:13 +0000 (17:53 +0100)
The internal toolchain was a "best effort" approach - we strived to make
it build properly and all but it's mostly untested.
Since it's got issues disable it until it's properly fixed and tested
and leave the official ADI toolchain instead.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/Config.in

index b039ee2ff58b4dcfc38f8dffe5dd95ed7431347d..efb77f82cf7554c02b85ee3b49d60ad90e9e2bd1 100644 (file)
@@ -43,6 +43,7 @@ choice
 
 config BR2_TOOLCHAIN_BUILDROOT
        bool "Buildroot toolchain"
+       depends on !BR2_bfin
        select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
 
 config BR2_TOOLCHAIN_EXTERNAL