docs/overview.txt
changeset 456 e34a92db3a73
parent 437 dbfc5a7353b0
child 476 29b33ee36ef6
     1.1 --- a/docs/overview.txt	Wed Feb 20 22:48:35 2008 +0000
     1.2 +++ b/docs/overview.txt	Sun Apr 27 09:57:50 2008 +0000
     1.3 @@ -77,7 +77,6 @@
     1.4  and as a wink at the TV series "Star Trek: The Next Generation" ;-) ) and
     1.5  made it available to the community, in case it was of interest to any one.
     1.6  
     1.7 -
     1.8  ___________________________
     1.9                            /
    1.10  Installing crosstool-NG  /
    1.11 @@ -129,6 +128,13 @@
    1.12  
    1.13  and mailing me the result! :-P
    1.14  
    1.15 +Contributed code |
    1.16 +-----------------+
    1.17 +
    1.18 +Some people contibuted code that couldn't get merged for various reasons. This
    1.19 +code is available as patches in the contrib/ sub-directory. These patches are
    1.20 +to be applied to the source of crosstool-NG, prior to installing.
    1.21 +
    1.22  ____________________________
    1.23                             /
    1.24  Configuring crosstool-NG  /
    1.25 @@ -494,7 +500,7 @@
    1.26     + provides:
    1.27       - optional
    1.28       - the environment variable CT_TARGET_SYS
    1.29 -     - contain:
    1.30 +     - contains:
    1.31         the sytem part of the target tuple.
    1.32         Eg.: "gnu" for glibc on most architectures
    1.33              "gnueabi" for glibc on an ARM EABI
    1.34 @@ -523,10 +529,10 @@
    1.35         - CT_ARCH_WITH_FLOAT
    1.36       - contain (defaults):
    1.37         - CT_ARCH_WITH_ARCH    : the gcc ./configure switch to select architecture level         ( "--with-arch=${CT_ARCH_ARCH}"       )
    1.38 -       - CT_ARCH_WITH_ABI     : the gcc ./configure switch to select ABI level                  ( "--with-abi=${CT_ARCH_ARCH}"        )
    1.39 -       - CT_ARCH_WITH_CPU     : the gcc ./configure switch to select CPU instruction set        ( "--with-cpu=${CT_ARCH_ARCH}"        )
    1.40 -       - CT_ARCH_WITH_TUNE    : the gcc ./configure switch to select scheduling                 ( "--with-tune=${CT_ARCH_ARCH}"       )
    1.41 -       - CT_ARCH_WITH_FPU     : the gcc ./configure switch to select FPU type                   ( "--with-fpu=${CT_ARCH_ARCH}"        )
    1.42 +       - CT_ARCH_WITH_ABI     : the gcc ./configure switch to select ABI level                  ( "--with-abi=${CT_ARCH_ABI}"         )
    1.43 +       - CT_ARCH_WITH_CPU     : the gcc ./configure switch to select CPU instruction set        ( "--with-cpu=${CT_ARCH_CPU}"         )
    1.44 +       - CT_ARCH_WITH_TUNE    : the gcc ./configure switch to select scheduling                 ( "--with-tune=${CT_ARCH_TUNE}"       )
    1.45 +       - CT_ARCH_WITH_FPU     : the gcc ./configure switch to select FPU type                   ( "--with-fpu=${CT_ARCH_FPU}"         )
    1.46         - CT_ARCH_WITH_FLOAT   : the gcc ./configure switch to select floating point arithmetics ( "--with-float=soft" or /empty/      )
    1.47     + provides:
    1.48       - optional
    1.49 @@ -540,7 +546,7 @@
    1.50         - CT_ARCH_ENDIAN_CFLAG
    1.51       - contain (defaults):
    1.52         - CT_ARCH_ARCH_CFLAG   : the gcc switch to select architecture level                     ( "-march=${CT_ARCH_ARCH}"            )
    1.53 -       - CT_ARCH_ABI_CFLAG    : the gcc switch to select ABI level                              ( "-mabi=${CT_ARCH_AABI}"             )
    1.54 +       - CT_ARCH_ABI_CFLAG    : the gcc switch to select ABI level                              ( "-mabi=${CT_ARCH_ABI}"              )
    1.55         - CT_ARCH_CPU_CFLAG    : the gcc switch to select CPU instruction set                    ( "-mcpu=${CT_ARCH_CPU}"              )
    1.56         - CT_ARCH_TUNE_CFLAG   : the gcc switch to select scheduling                             ( "-mtune=${CT_ARCH_TUNE}"            )
    1.57         - CT_ARCH_FPU_CFLAG    : the gcc switch to select FPU type                               ( "-mfpu=${CT_ARCH_FPU}"              )