diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-08-14 16:37:11 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-08-14 16:37:11 +0200 |
commit | a211f4100d3e0196807dbd3b4f1839c41f79f5b1 (patch) | |
tree | d29a9ed57c0946e22afaed850658e4075c6ab1d9 /docs/0 - Table of content.txt | |
parent | ebaebdacf45166a587e4e4d2d5e7b2f7a08965e2 (diff) | |
download | crosstool-ng-a211f4100d3e0196807dbd3b4f1839c41f79f5b1.tar.gz crosstool-ng-a211f4100d3e0196807dbd3b4f1839c41f79f5b1.tar.bz2 crosstool-ng-a211f4100d3e0196807dbd3b4f1839c41f79f5b1.zip |
docs: split into multiple files
The overview.txt file has evolved into more than just an overview.
Split it into chapters, and include the misc tutorials.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'docs/0 - Table of content.txt')
-rw-r--r-- | docs/0 - Table of content.txt | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/docs/0 - Table of content.txt b/docs/0 - Table of content.txt new file mode 100644 index 00000000..ae67cad2 --- /dev/null +++ b/docs/0 - Table of content.txt @@ -0,0 +1,56 @@ +File.........: 0 - Table of content.txt +Copyrigth....: (C) 2010 Yann E. MORIN <yann.morin.1998@anciens.enib.fr> +License......: Creative Commons Attribution Share Alike (CC-by-sa), v2.5 + + +Table Of Content / +_________________/ + + +1- Introduction + - History + - Referring to crosstool-NG + +2- Installing crosstool-NG + - Install method + - The hacker's way + - Preparing for packaging + - Shell completion + - Contributed code + +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 + - Testing all toolchains at once + - Overriding the number of // jobs + - Note on // jobs + - Tools wrapper + +5- Using the toolchain + - The 'populate' script + +6- Toolchain types + - Seemingly-native toolchains + +7- Contributing + - Sending a bug report + - Sending patches + +8- Internals + - Makefile front-end + - Kconfig parser + - Architecture-specific + - Adding a new version of a component + - Build scripts + +A- Credits + +B- Known issues + +C- Misc. tutorials + - Using crosstool-NG on FreeBSD (and other *BSD) + - Using crosstool-NG on MacOS-X |