Commit cb232b31 authored by Mischa Jonker's avatar Mischa Jonker Committed by Peter Korsgaard
Browse files

arc: disable Crosstool-NG for ARC

parent d81457ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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