docs/0 - Table of content.txt
changeset 2076 b58109b7b321
child 2077 b11117cdfdf7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/docs/0 - Table of content.txt	Sat Aug 14 16:37:11 2010 +0200
     1.3 @@ -0,0 +1,56 @@
     1.4 +File.........: 0 - Table of content.txt
     1.5 +Copyrigth....: (C) 2010 Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
     1.6 +License......: Creative Commons Attribution Share Alike (CC-by-sa), v2.5
     1.7 +
     1.8 +
     1.9 +Table Of Content  /
    1.10 +_________________/
    1.11 +
    1.12 +
    1.13 +1- Introduction
    1.14 +    - History
    1.15 +    - Referring to crosstool-NG
    1.16 +
    1.17 +2- Installing crosstool-NG
    1.18 +    - Install method
    1.19 +    - The hacker's way
    1.20 +    - Preparing for packaging
    1.21 +    - Shell completion
    1.22 +    - Contributed code
    1.23 +
    1.24 +3- Configuring a toolchain
    1.25 +    - Interesting config options
    1.26 +    - Re-building an existing toolchain
    1.27 +    - Using as a backend for a build-system
    1.28 +
    1.29 +4- Building the toolchain
    1.30 +    - Stopping and restarting a build
    1.31 +    - Testing all toolchains at once
    1.32 +    - Overriding the number of // jobs
    1.33 +    - Note on // jobs
    1.34 +    - Tools wrapper
    1.35 +
    1.36 +5- Using the toolchain
    1.37 +    - The 'populate' script
    1.38 +
    1.39 +6- Toolchain types
    1.40 +    - Seemingly-native toolchains
    1.41 +
    1.42 +7- Contributing
    1.43 +    - Sending a bug report
    1.44 +    - Sending patches
    1.45 +
    1.46 +8- Internals
    1.47 +    - Makefile front-end
    1.48 +    - Kconfig parser
    1.49 +    - Architecture-specific
    1.50 +    - Adding a new version of a component
    1.51 +    - Build scripts
    1.52 +
    1.53 +A- Credits
    1.54 +
    1.55 +B- Known issues
    1.56 +
    1.57 +C- Misc. tutorials
    1.58 +    - Using crosstool-NG on FreeBSD (and other *BSD)
    1.59 +    - Using crosstool-NG on MacOS-X