mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
docs: overview.txt is gone, point to the new documentation
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
fa62fd9e1e
commit
6ef2caf1d3
@ -146,7 +146,8 @@ config COMPLIBS_SHARED
|
|||||||
help
|
help
|
||||||
By default, the companion libraries will be build static. If you want to
|
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
|
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.
|
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
|
If your host has a shell, then you should say 'Y' here, to use
|
||||||
a (very very simple) shell script as wrapper.
|
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
|
config TOOLS_WRAPPER_EXEC
|
||||||
bool
|
bool
|
||||||
@ -172,7 +173,7 @@ config TOOLS_WRAPPER_EXEC
|
|||||||
If your host lacks a shell, then you should say 'Y' here, to use
|
If your host lacks a shell, then you should say 'Y' here, to use
|
||||||
an executable.
|
an executable.
|
||||||
|
|
||||||
See docs/overview.txt, section "Tools wrapper".
|
See: "docs/4 - Building the toolchain.txt", in the section "Tools wrapper".
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ config DEBUG_CT_SAVE_STEPS
|
|||||||
It is not currently possible to restart at any of the debug facilities.
|
It is not currently possible to restart at any of the debug facilities.
|
||||||
They are treated as a whole.
|
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
|
config DEBUG_CT_SAVE_STEPS_GZIP
|
||||||
bool
|
bool
|
||||||
|
@ -114,14 +114,14 @@ config NATIVE
|
|||||||
depends on EXPERIMENTAL
|
depends on EXPERIMENTAL
|
||||||
help
|
help
|
||||||
Build a native toolchain.
|
Build a native toolchain.
|
||||||
See docs/overview.txt
|
See: "docs/6 - Toolchain types.txt"
|
||||||
|
|
||||||
config CROSS
|
config CROSS
|
||||||
bool
|
bool
|
||||||
prompt "Cross"
|
prompt "Cross"
|
||||||
help
|
help
|
||||||
Build a cross-toolchain.
|
Build a cross-toolchain.
|
||||||
See docs/overview.txt
|
See: "docs/6 - Toolchain types.txt"
|
||||||
|
|
||||||
config CROSS_NATIVE
|
config CROSS_NATIVE
|
||||||
bool
|
bool
|
||||||
@ -129,7 +129,7 @@ config CROSS_NATIVE
|
|||||||
depends on EXPERIMENTAL
|
depends on EXPERIMENTAL
|
||||||
help
|
help
|
||||||
Build a cross-native toolchain.
|
Build a cross-native toolchain.
|
||||||
See docs/overview.txt
|
See: "docs/6 - Toolchain types.txt"
|
||||||
|
|
||||||
config CANADIAN
|
config CANADIAN
|
||||||
bool
|
bool
|
||||||
@ -137,7 +137,7 @@ config CANADIAN
|
|||||||
depends on EXPERIMENTAL
|
depends on EXPERIMENTAL
|
||||||
help
|
help
|
||||||
Build a canadian-toolchain.
|
Build a canadian-toolchain.
|
||||||
See docs/overview.txt
|
See: "docs/6 - Toolchain types.txt"
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ accordingly to the targeted processor.
|
|||||||
."
|
."
|
||||||
.SH ACTIONS
|
.SH ACTIONS
|
||||||
Here are the most commonly used actions. For other actions, please see
|
Here are the most commonly used actions. For other actions, please see
|
||||||
.I @@CT_DOCDIR@@/overview.txt
|
.I "@@CT_DOCDIR@@/0 - Table of content.txt"
|
||||||
.TP
|
.TP
|
||||||
.B help
|
.B help
|
||||||
Prints a little help text.
|
Prints a little help text.
|
||||||
@ -152,7 +152,7 @@ for a list of contributors.
|
|||||||
."
|
."
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
You can find more in-depth documentation in
|
You can find more in-depth documentation in
|
||||||
.IR @@CT_DOCDIR@@/overview.txt .
|
.IR "@@CT_DOCDIR@@/0 - Table of content.txt" .
|
||||||
|
|
||||||
Please have a look at the
|
Please have a look at the
|
||||||
.URL "http://www.kegel.com/crosstool" "original crosstool" " by Daniel KEGEL"
|
.URL "http://www.kegel.com/crosstool" "original crosstool" " by Daniel KEGEL"
|
||||||
|
Loading…
Reference in New Issue
Block a user