summaryrefslogtreecommitdiffstats
path: root/package/mpatrol/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-10-02 13:32:23 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-10-02 13:34:05 +0200
commita6fc3387268574b2ba106f932398d1f38b34849a (patch)
tree2d735e011f0d869eddc7fc255c86590bc7bb6df0 /package/mpatrol/Config.in
parent96da2dfff935b7a91d9722b111ff1816ca8869de (diff)
downloadbuildroot-novena-a6fc3387268574b2ba106f932398d1f38b34849a.tar.gz
buildroot-novena-a6fc3387268574b2ba106f932398d1f38b34849a.zip
mpatrol: remove package
It doesn't compile: ../../src/memory.c: In function '__mp_memquery': ../../src/memory.c:769: error: lvalue required as left operand of assignment And hasn't seen any updates since it got added in 2006, so it cannot have many users. People most likely use valgrind nowadays for memory debugging anyway - Drop it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/mpatrol/Config.in')
-rw-r--r--package/mpatrol/Config.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mpatrol/Config.in b/package/mpatrol/Config.in
deleted file mode 100644
index 16cf1ab9c..000000000
--- a/package/mpatrol/Config.in
+++ /dev/null
@@ -1,11 +0,0 @@
-config BR2_PACKAGE_MPATROL
- bool "mpatrol"
- depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GCC_TARGET || BR2_PACKAGE_LIBELF
-
- help
- A debugging tool that attempts to diagnose run-time errors that are
- caused by the wrong use of dynamically allocated memory. It acts as
- a malloc() debugger for debugging dynamic memory allocations, although
- it can also trace and profile calls to malloc() and free() too.
-
- http://www.cbmamiga.demon.co.uk/mpatrol/