docs/9 - How is a toolchain constructed.txt
changeset 3325 069f43a215cc
parent 2908 dcdb309b7967
     1.1 --- a/docs/9 - How is a toolchain constructed.txt	Tue Mar 06 21:36:10 2012 +0100
     1.2 +++ b/docs/9 - How is a toolchain constructed.txt	Wed Jun 25 23:33:01 2014 +0200
     1.3 @@ -243,11 +243,7 @@
     1.4  added. It allows for super-stripping the target binaries, although it is not
     1.5  strictly required.
     1.6  
     1.7 -Second, some C libraries require another step after the compiler is built, to
     1.8 -install additional stuff. This is the case for mingw and newlib. Hence the
     1.9 -libc_finish step.
    1.10 -
    1.11 -Third, crosstool-NG can also build some additional debug utilities to run on
    1.12 +Second, crosstool-NG can also build some additional debug utilities to run on
    1.13  the target. This is where we build, for example, the cross-gdb, the gdbserver
    1.14  and the native gdb (the last two run on the target, the first runs on the
    1.15  same machine as the toolchain). The others (strace, ltrace, DUMA and dmalloc)