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