summaryrefslogtreecommitdiff
path: root/docs/9 - How is a toolchain constructed.txt
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-12-17 22:26:13 (GMT)
committerGitHub <noreply@github.com>2016-12-17 22:26:13 (GMT)
commitcccb8d84817bca1cf1d33cfdb5932f361437c229 (patch)
tree60c299213161c35280e6a5ddbeb49713cf944eea /docs/9 - How is a toolchain constructed.txt
parenta72f841bc2d2a1b3db838d3178d46f010b2f760e (diff)
parente593a1a30b193f7aef2f439a28f162e8c5b3fd6e (diff)
Merge pull request #508 from stilor/drop-dmalloc
Drop dmalloc
Diffstat (limited to 'docs/9 - How is a toolchain constructed.txt')
-rw-r--r--docs/9 - How is a toolchain constructed.txt2
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 f8e3292..92edc3e 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