[Buildroot] [PATCH] toolchain: disable internal for blackfin

Gustavo Zacarias gustavo at zacarias.com.ar
Tue Mar 17 16:41:00 UTC 2015


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 at zacarias.com.ar>
---
 toolchain/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/toolchain/Config.in b/toolchain/Config.in
index 291db94..32a00a9 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -41,6 +41,7 @@ choice
 
 config BR2_TOOLCHAIN_BUILDROOT
 	bool "Buildroot toolchain"
+	depends on !BR2_bfin
 	select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
 
 config BR2_TOOLCHAIN_EXTERNAL
-- 
2.0.5



More information about the buildroot mailing list