docs/overview.txt
changeset 389 0361a83180a2
parent 388 bb590eb24312
child 391 11172b754564
     1.1 --- a/docs/overview.txt	Fri Sep 14 21:57:17 2007 +0000
     1.2 +++ b/docs/overview.txt	Fri Sep 14 21:58:55 2007 +0000
     1.3 @@ -493,13 +493,6 @@
     1.4          the endianness suffixes
     1.5     + return value: 0 upon success, !0 upon failure
     1.6     + provides:
     1.7 -     - the environment variable CT_TARGET_ARCH
     1.8 -     - mandatory
     1.9 -     - contains:
    1.10 -       the architecture part of the target tuple.
    1.11 -       Eg.: "armeb" for big endian ARM
    1.12 -            "i386" for an i386
    1.13 -   + provides:
    1.14       - the environment variable CT_KERNEL_ARCH
    1.15       - optional
    1.16       - contains:
    1.17 @@ -510,6 +503,13 @@
    1.18              "i386" for an x86
    1.19     + provides:
    1.20       - the environment variable CT_TARGET_ARCH
    1.21 +     - mandatory
    1.22 +     - contains:
    1.23 +       the architecture part of the target tuple.
    1.24 +       Eg.: "armeb" for big endian ARM
    1.25 +            "i386" for an i386
    1.26 +   + provides:
    1.27 +     - the environment variable CT_TARGET_SYS
    1.28       - optional
    1.29       - contain:
    1.30         the sytem part of the target tuple.