diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-03-17 13:41:00 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-17 17:53:13 +0100 |
commit | aef5a87ef56d40500e4ae48be6628b45ca8948df (patch) | |
tree | bd9e8cf5242b1976a17329f766cee7e4f4f61e45 | |
parent | 9b8481671e9d0c6abc90d669f99c6925eda86c96 (diff) | |
download | buildroot-aef5a87ef56d40500e4ae48be6628b45ca8948df.tar.gz buildroot-aef5a87ef56d40500e4ae48be6628b45ca8948df.zip |
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 <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | toolchain/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |