mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
53bbdc7425
The bionic libc support was out of date and relied on downloading binaries from the internet. It was already marked as obsolete. Now that the 1.25.0 release is out it can be completely removed. Signed-off-by: Chris Packham <judge.packham@gmail.com>
20 lines
462 B
Plaintext
20 lines
462 B
Plaintext
# D.U.M.A. - Detect Unintended Memory Access - Memory checker
|
|
|
|
## depends on ! BARE_METAL
|
|
|
|
## help D.U.M.A. - Detect Unintended Memory Access
|
|
## help A memory bound checker, with additional features.
|
|
## help Formerly known as Electric Fence.
|
|
|
|
config DUMA_SO
|
|
bool
|
|
prompt "Build a shared library"
|
|
depends on SHARED_LIBS
|
|
default y
|
|
|
|
config DUMA_CUSTOM_WRAPPER
|
|
bool
|
|
prompt "Install custom D.U.M.A wrapper"
|
|
default y
|
|
depends on DUMA_SO
|