From 5e43e3ea8637a08b04dcd177798daf398aedfee2 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 18 May 2007 15:57:16 +0000 Subject: Add dmalloc debug library facility. Add patches for dmalloc. Ignore the generated config/debug.in --- tools/addToolVersion.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/addToolVersion.sh b/tools/addToolVersion.sh index cab0235f..fc741c53 100755 --- a/tools/addToolVersion.sh +++ b/tools/addToolVersion.sh @@ -7,7 +7,8 @@ doHelp() { cat <<-EOF Usage: ${myname} [option] 'tool' in one of: - --gcc, --binutils, --glibc, --uClibc, --linux, --gdb + --gcc, --binutils, --glibc, --uClibc, --linux, + --gdb, --dmalloc Valid options for all tools: --experimental, -x @@ -53,6 +54,7 @@ while [ $i -le $# ]; do --uClibc) cat=LIBC; tool=uClibc; tool_prefix=libc_; tool_suffix=;; --linux) cat=KERNEL; tool=linux; tool_prefix=kernel_; tool_suffix=;; --gdb) cat=GDB; tool=gdb; tool_prefix=debug/ tool_suffix=;; + --dmalloc) cat=DMALLOC; tool=dmalloc; tool_prefix=debug/ tool_suffix=;; # Tools options: -x|--experimental) EXP=1; OBS=;; -o|--obsolete) OBS=1; EXP=;; -- cgit v1.2.3