summaryrefslogtreecommitdiff
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-10-06 16:19:11 +0200
committerPeter Korsgaard <peter@korsgaard.com>2013-10-06 20:50:41 +0200
commitf742fe440797ef345266845a14c6c65a86e3af4c (patch)
treea62ca608075a5d608f1a3303bdce05bc675ee08d /toolchain/Config.in
parent0148cdd4dff1d34d4134b109d72fcc0f5e727de8 (diff)
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 <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r--toolchain/Config.in13
1 files changed, 0 insertions, 13 deletions
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