diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-12-22 00:34:56 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-12-22 00:34:56 +0100 |
commit | 6ef2caf1d3c16caf0f6635285ba3747a09b7654b (patch) | |
tree | 98db3dc5ab2bba761e35103415e36a21a8e9db74 /config | |
parent | fa62fd9e1e2bc97daf18f36705ac867d631af28a (diff) | |
download | crosstool-ng-6ef2caf1d3c16caf0f6635285ba3747a09b7654b.tar.gz crosstool-ng-6ef2caf1d3c16caf0f6635285ba3747a09b7654b.tar.bz2 crosstool-ng-6ef2caf1d3c16caf0f6635285ba3747a09b7654b.zip |
docs: overview.txt is gone, point to the new documentation
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config')
-rw-r--r-- | config/companion_libs.in | 7 | ||||
-rw-r--r-- | config/global/ct-behave.in | 2 | ||||
-rw-r--r-- | config/toolchain.in | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/config/companion_libs.in b/config/companion_libs.in index f49fbc6a..8cafa7bc 100644 --- a/config/companion_libs.in +++ b/config/companion_libs.in @@ -146,7 +146,8 @@ config COMPLIBS_SHARED help By default, the companion libraries will be build static. If you want to build shared libraries, then you can say 'Y' here, but a wrapper will be - needed (see docs/overview.txt,section "Tools wrapper"). + needed (see: "docs/4 - Building the toolchain.txt", in the section + "Tools wrapper"). It is highly recommended that you keep static libraries. @@ -163,7 +164,7 @@ config TOOLS_WRAPPER_SCRIPT If your host has a shell, then you should say 'Y' here, to use a (very very simple) shell script as wrapper. - See docs/overview.txt, section "Tools wrapper". + See: "docs/4 - Building the toolchain.txt", in the section "Tools wrapper". config TOOLS_WRAPPER_EXEC bool @@ -172,7 +173,7 @@ config TOOLS_WRAPPER_EXEC If your host lacks a shell, then you should say 'Y' here, to use an executable. - See docs/overview.txt, section "Tools wrapper". + See: "docs/4 - Building the toolchain.txt", in the section "Tools wrapper". endchoice diff --git a/config/global/ct-behave.in b/config/global/ct-behave.in index 4c763c38..0b2e3107 100644 --- a/config/global/ct-behave.in +++ b/config/global/ct-behave.in @@ -60,7 +60,7 @@ config DEBUG_CT_SAVE_STEPS It is not currently possible to restart at any of the debug facilities. They are treated as a whole. - See docs/overview.txt for the list of steps. + To get the full list os steps, run: ct-ng list-steps config DEBUG_CT_SAVE_STEPS_GZIP bool diff --git a/config/toolchain.in b/config/toolchain.in index 3be00f81..47f50f39 100644 --- a/config/toolchain.in +++ b/config/toolchain.in @@ -114,14 +114,14 @@ config NATIVE depends on EXPERIMENTAL help Build a native toolchain. - See docs/overview.txt + See: "docs/6 - Toolchain types.txt" config CROSS bool prompt "Cross" help Build a cross-toolchain. - See docs/overview.txt + See: "docs/6 - Toolchain types.txt" config CROSS_NATIVE bool @@ -129,7 +129,7 @@ config CROSS_NATIVE depends on EXPERIMENTAL help Build a cross-native toolchain. - See docs/overview.txt + See: "docs/6 - Toolchain types.txt" config CANADIAN bool @@ -137,7 +137,7 @@ config CANADIAN depends on EXPERIMENTAL help Build a canadian-toolchain. - See docs/overview.txt + See: "docs/6 - Toolchain types.txt" endchoice |