diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2013-01-10 21:01:59 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2013-01-10 21:01:59 +0100 |
commit | ffe80db73c6b85ea08883fb9f7ca78101431e0a1 (patch) | |
tree | 727e0e42cb18919cdc63f0dbb21d94e0b9c16d72 /docs | |
parent | b8c9fdf4a3b16cc262db8a28646906ebfa98093e (diff) | |
download | crosstool-ng-ffe80db73c6b85ea08883fb9f7ca78101431e0a1.tar.gz crosstool-ng-ffe80db73c6b85ea08883fb9f7ca78101431e0a1.tar.bz2 crosstool-ng-ffe80db73c6b85ea08883fb9f7ca78101431e0a1.zip |
libc: get rid of libc_finish
At long last, we no longer have any libc that requries a libc_finish.
Yeah!
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/9 - How is a toolchain constructed.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/9 - How is a toolchain constructed.txt b/docs/9 - How is a toolchain constructed.txt index c288928d..353c0a2f 100644 --- a/docs/9 - How is a toolchain constructed.txt +++ b/docs/9 - How is a toolchain constructed.txt @@ -243,11 +243,7 @@ that adds this support: elf2flt. Another binary utility called sstrip has been 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) |