From: Gustavo Zacarias Date: Tue, 17 Mar 2015 16:41:00 +0000 (-0300) Subject: toolchain: disable internal for blackfin X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aef5a87ef56d40500e4ae48be6628b45ca8948df;p=buildroot.git toolchain: disable internal for blackfin 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 Signed-off-by: Thomas Petazzoni --- diff --git a/toolchain/Config.in b/toolchain/Config.in index b039ee2ff5..efb77f82cf 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -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