From 83d78d33d3086b41dfd5690a41150db14b054084 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Thu, 19 Jan 2017 23:27:13 -0800 Subject: Declare BACKEND obsolete. Signed-off-by: Alexey Neyman diff --git a/config/backend.in b/config/backend.in index acf2580..12d278b 100644 --- a/config/backend.in +++ b/config/backend.in @@ -6,6 +6,7 @@ config IS_A_BACKEND config BACKEND bool + depends on OBSOLETE default y if IS_A_BACKEND = "y" || IS_A_BACKEND = "Y" if BACKEND diff --git a/docs/0 - Table of content.txt b/docs/0 - Table of content.txt index 13e298b..27b25d9 100644 --- a/docs/0 - Table of content.txt +++ b/docs/0 - Table of content.txt @@ -21,7 +21,6 @@ _________________/ 3- Configuring a toolchain - Interesting config options - Re-building an existing toolchain - - Using as a backend for a build-system 4- Building the toolchain - Stopping and restarting a build diff --git a/docs/3 - Configuring a toolchain.txt b/docs/3 - Configuring a toolchain.txt index b9cbace..8671d3f 100644 --- a/docs/3 - Configuring a toolchain.txt +++ b/docs/3 - Configuring a toolchain.txt @@ -115,19 +115,3 @@ toolchain with this configuration, just redirect the output to the Then, you can review and change the configuration by running: ct-ng menuconfig - - -Using as a backend for a build-system | ---------------------------------------+ - -Crosstool-NG can be used as a backend for an automated build-system. In this -case, some components that are expected to run on the target (eg. the native -gdb, ltrace, DUMA...) are not available in the menuconfig, and they are not -build either, as it is considered the responsibility of the build-system to -build its own versions of those tools. - -If you want to use crosstool-NG as a backend to generate your toolchains for -your build-system, you have to set and export this environment variable: - CT_IS_A_BACKEND=y - -(case is not sensitive, you can say Y). -- cgit v0.10.2-6-g49f6