67f4794de1
The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with the letter d in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
503 B
Plaintext
14 lines
503 B
Plaintext
config BR2_PACKAGE_DMALLOC
|
|
bool "dmalloc"
|
|
# On some packages, Microblaze gcc has issues when debugging
|
|
# symbols are enabled: "Error: operation combines symbols in
|
|
# different segments".
|
|
depends on !(BR2_microblaze && BR2_ENABLE_DEBUG)
|
|
help
|
|
A debug memory allocation library which is a drop in
|
|
replacement for the system's malloc, realloc, calloc, free and
|
|
other memory management routines while providing powerful
|
|
debugging facilities configurable at runtime.
|
|
|
|
http://dmalloc.com/
|