crosstool-ng/docs
Yann E. MORIN" 16c6cc994f Save the toolchain configuration to its own file, as an auto-extracting shell script:
- get rid of the 'extractconfig' action, it was cumbersome to use, and badly documented,
 - introduce a skeleton for the config script,
 - update auto-completion,
 - document the config script.

 /trunk/kconfig/kconfig.mk        |    9     2     7     0 ++-------
 /trunk/scripts/crosstool.sh      |    6     5     1     0 +++++-
 /trunk/docs/overview.txt         |   21     9    12     0 +++++++++------------
 /trunk/tools/toolchain-config.in |    8     8     0     0 ++++++++
 /trunk/ct-ng.comp                |    2     1     1     0 +-
 5 files changed, 25 insertions(+), 21 deletions(-)
2008-10-01 18:10:40 +00:00
..
CREDITS Merge the branches/eglibc stuff: 2008-08-11 12:22:47 +00:00
ct-ng.1.in Update documentation. 2008-06-25 14:06:49 +00:00
known-issues.txt Had a new known issue: ccache will break the build because we're sym-linking to have our own compiler for host and build systems, but that screws up ccache finding the real compiler. 2008-09-28 21:35:44 +00:00
overview.txt Save the toolchain configuration to its own file, as an auto-extracting shell script: 2008-10-01 18:10:40 +00:00