diff options
Diffstat (limited to 'docs/9 - How is a toolchain constructed.txt')
-rw-r--r-- | docs/9 - How is a toolchain constructed.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/9 - How is a toolchain constructed.txt b/docs/9 - How is a toolchain constructed.txt index f8e32924..92edc3e1 100644 --- a/docs/9 - How is a toolchain constructed.txt +++ b/docs/9 - How is a toolchain constructed.txt @@ -246,7 +246,7 @@ strictly required. 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) +same machine as the toolchain). The others (strace, ltrace and DUMA) are absolutely not related to the toolchain, but are nice-to-have stuff that can greatly help when developing, so are included as goodies (and they are quite easy to build, so it's OK; more complex stuff is not worth the effort |