docs/overview.txt
changeset 965 45ddf096def1
parent 914 0b164a321177
child 1025 fc64f85e41cc
     1.1 --- a/docs/overview.txt	Thu Oct 09 19:17:49 2008 +0000
     1.2 +++ b/docs/overview.txt	Thu Oct 23 13:45:48 2008 +0000
     1.3 @@ -512,9 +512,8 @@
     1.4  Kconfig parser |
     1.5  ---------------+
     1.6  
     1.7 -The kconfig language is a hacked version, vampirised from the toybox project
     1.8 -by Rob LANDLEY (http://www.landley.net/code/toybox/), itself coming from the
     1.9 -Linux kernel (http://www.kernel.org/), and (heavily) adapted to my needs.
    1.10 +The kconfig language is a hacked version, vampirised from the Linux kernel
    1.11 +(http://www.kernel.org/), and (heavily) adapted to my needs.
    1.12  
    1.13  The kconfig parsers (conf and mconf) are not installed pre-built, but as
    1.14  source files. Thus you can have the directory where crosstool-NG is installed,
    1.15 @@ -573,7 +572,7 @@
    1.16      prefix is unique among architectures, and does not cause harm).
    1.17  
    1.18  The architecture's ".sh" file API:
    1.19 - > the function "CT_DoArchValues"
    1.20 + > the function "CT_DoArchTupleValues"
    1.21     + parameters: none
    1.22     + environment:
    1.23       - all variables from the ".config" file,
    1.24 @@ -701,6 +700,12 @@
    1.25  The kernel's ".sh" file API:
    1.26   > is a bash script fragment
    1.27  
    1.28 + > defines the function CT_DoKernelTupleValues
    1.29 +   + see the architecture's CT_DoArchTupleValues, except for:
    1.30 +   + set the environment variable CT_TARGET_KERNEL, the kernel part of the
    1.31 +     target tuple
    1.32 +   + return value: ignored
    1.33 +
    1.34   > defines the function "do_print_filename":
    1.35     + parameters: none
    1.36     + environment: