summaryrefslogtreecommitdiff
path: root/docs/9 - How is a toolchain constructed.txt
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-12-17 00:10:32 (GMT)
committerAlexey Neyman <stilor@att.net>2016-12-17 00:10:32 (GMT)
commit83d9e6a49a456fab7978ec56c4bc8bf1b41eda98 (patch)
treefb24d4623d6128ff8a9edf87b87a1dfad2333271 /docs/9 - How is a toolchain constructed.txt
parent400f9e097265e66113cb46fb8f903af4e491f306 (diff)
Kill dmalloc.
- No new releases in almost 10 year. - No public bug tracker or VCS. - No responses from maintainer over sent patches. RIP, dmalloc. Signed-off-by: Alexey Neyman <stilor@att.net>
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