# HG changeset patch # User "Yann E. MORIN" # Date 1298583488 -3600 # Node ID d896b85e8738c654967305d17ecf0935bdd02b7d # Parent 5f681a2a0a896e716c75e3af3cb4b59b864fbb17 docs: add chapter 9 to ToC Missed in the previous commit... :-/ Signed-off-by: "Yann E. MORIN" diff -r 5f681a2a0a89 -r d896b85e8738 docs/0 - Table of content.txt --- a/docs/0 - Table of content.txt Thu Feb 24 22:31:15 2011 +0100 +++ b/docs/0 - Table of content.txt Thu Feb 24 22:38:08 2011 +0100 @@ -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 -r 5f681a2a0a89 -r d896b85e8738 docs/9 - Build procedure overview.txt --- a/docs/9 - Build procedure overview.txt Thu Feb 24 22:31:15 2011 +0100 +++ b/docs/9 - Build procedure overview.txt Thu Feb 24 22:38:08 2011 +0100 @@ -3,8 +3,8 @@ 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 : http://sourceware.org/ml/crossgcc/2011-01/msg00060.html