From f742fe440797ef345266845a14c6c65a86e3af4c Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 6 Oct 2013 16:19:11 +0200 Subject: toolchain-crosstool-ng: remove support In order to avoid the work of converting the toolchain-crosstool-ng logic to the package infrastructure, we remove it from Buildroot, since it has been deprecated since quite some time. Signed-off-by: Thomas Petazzoni Acked-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- toolchain/Config.in | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'toolchain/Config.in') diff --git a/toolchain/Config.in b/toolchain/Config.in index 6fd446ec4..0f9a7dd9a 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -36,23 +36,10 @@ config BR2_TOOLCHAIN_EXTERNAL toolchain. Buildroot can either download automatically a toolchain, or use an already installed toolchain. -config BR2_TOOLCHAIN_CTNG - bool "Crosstool-NG toolchain" - depends on BR2_DEPRECATED - depends on !BR2_microblaze && !BR2_aarch64 && !BR2_xtensa && \ - !BR2_arc && !BR2_nios2 - select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS - help - Say 'y' if you want to generate the toolchain with crosstool-NG - (http://crosstool-ng.org). - - This is considered experimental, and you can expect some breakage. - endchoice source "toolchain/toolchain-buildroot/Config.in" source "toolchain/toolchain-external/Config.in" -source "toolchain/toolchain-crosstool-ng/Config.in" source "toolchain/toolchain-common.in" endmenu -- cgit v1.2.3