diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-02-24 22:38:08 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-02-24 22:38:08 +0100 |
commit | 638565ee4aee6b65eff00a10a11b7972f246bb24 (patch) | |
tree | 11cd8049a269594e3f5e8c3cbea3f4da5f00436e /docs | |
parent | dd6ea2508a6146e8b7f82370e061cc1ff0a06090 (diff) | |
download | crosstool-ng-638565ee4aee6b65eff00a10a11b7972f246bb24.tar.gz crosstool-ng-638565ee4aee6b65eff00a10a11b7972f246bb24.tar.bz2 crosstool-ng-638565ee4aee6b65eff00a10a11b7972f246bb24.zip |
docs: add chapter 9 to ToC
Missed in the previous commit... :-/
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/0 - Table of content.txt | 6 | ||||
-rw-r--r-- | docs/9 - Build procedure overview.txt | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/docs/0 - Table of content.txt b/docs/0 - Table of content.txt index 707cd8e0..dcf42bfa 100644 --- a/docs/0 - Table of content.txt +++ b/docs/0 - Table of content.txt @@ -47,6 +47,12 @@ _________________/ - Adding a new version of a component - Build scripts +9 - How is a toolchain constructed? + - I want a cross-compiler! What is this toolchain you're speaking about? + - So, what are those components in a toolchain? + - And now, how do all these components chained together? + - So the list is complete. But why does crosstool-NG have more steps? + A- Credits B- Known issues diff --git a/docs/9 - Build procedure overview.txt b/docs/9 - Build procedure overview.txt index 5e61e85e..c77c2361 100644 --- a/docs/9 - Build procedure overview.txt +++ b/docs/9 - Build procedure overview.txt @@ -3,8 +3,8 @@ Copyrigth....: (C) 2011 Yann E. MORIN <yann.morin.1998@anciens.enib.fr> License......: Creative Commons Attribution Share Alike (CC-by-sa), v2.5 -How is a toolchain constructed ? / -________________________________/ +How is a toolchain constructed? / +_______________________________/ This is the result of a discussion with Francesco Turco <mail@fturco.org>: http://sourceware.org/ml/crossgcc/2011-01/msg00060.html |