diff mbox

[v4,05/12] arc: disable Crosstool-NG for ARC

Message ID 1367524293-32081-6-git-send-email-mjonker@synopsys.com
State Accepted
Headers show

Commit Message

Mischa Jonker May 2, 2013, 7:51 p.m. UTC
Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
---
 toolchain/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Peter Korsgaard May 4, 2013, 9:09 p.m. UTC | #1
>>>>> "Mischa" == Mischa Jonker <Mischa.Jonker@synopsys.com> writes:

 Mischa> Signed-off-by: Mischa Jonker <mjonker@synopsys.com>

Committed, thanks.
diff mbox

Patch

diff --git a/toolchain/Config.in b/toolchain/Config.in
index fa78cf4..e6a3b25 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -22,7 +22,7 @@  config BR2_TOOLCHAIN_EXTERNAL
 
 config BR2_TOOLCHAIN_CTNG
 	bool "Crosstool-NG toolchain"
-	depends on !BR2_microblaze && !BR2_aarch64 && !BR2_xtensa
+	depends on !BR2_microblaze && !BR2_aarch64 && !BR2_xtensa && !BR2_arc
 	select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
 	help
 	  Say 'y' if you want to generate the toolchain with crosstool-NG