diff mbox

[3/4] toolchain: only external toolchain option displayed

Message ID 1488450842-29100-3-git-send-email-ren_guo@c-sky.com
State Changes Requested
Headers show

Commit Message

Guo Ren March 2, 2017, 10:34 a.m. UTC
Currently csky architecture isn't support the "internal toolchain
backend", so we disable it in config.

Signed-off-by: Guo Ren <ren_guo@c-sky.com>
---
 toolchain/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni March 2, 2017, 10:41 a.m. UTC | #1
Hello,

On Thu,  2 Mar 2017 18:34:01 +0800, Guo Ren wrote:
> Currently csky architecture isn't support the "internal toolchain
> backend", so we disable it in config.
> 
> Signed-off-by: Guo Ren <ren_guo@c-sky.com>

This patch should be squashed into PATCH 2/4. If you don't do that and
I commit only PATCH 2/4, then things are broken, because the csky
architecture is added, but we don't prevent users from trying to build
an internal toolchain.

Thanks,

Thomas
diff mbox

Patch

diff --git a/toolchain/Config.in b/toolchain/Config.in
index de01585..652c9d8 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -46,6 +46,7 @@  config BR2_TOOLCHAIN_BUILDROOT
 	depends on !BR2_bf607
 	depends on !BR2_bf608
 	depends on !BR2_bf609
+	depends on !BR2_csky
 
 config BR2_TOOLCHAIN_EXTERNAL
 	bool "External toolchain"