From ffe80db73c6b85ea08883fb9f7ca78101431e0a1 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 10 Jan 2013 21:01:59 +0100 Subject: 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" --- docs/9 - How is a toolchain constructed.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'docs') 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) -- cgit v1.2.3