mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-06 10:59:21 +00:00
Disallow dmalloc for bare metal.
In case of bare metal, newlib is built without any syscalls, and dmalloc fails to link with undefined references to _exit, fstat, open, sbrk and so on. Same for DUMA: depends on <memory.h>, not available with newlib. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
2091c5dd2d
commit
5e49166140
@ -1,6 +1,7 @@
|
|||||||
# dmalloc debug facility
|
# dmalloc debug facility
|
||||||
|
|
||||||
## depends on ! BACKEND
|
## depends on ! BACKEND
|
||||||
|
## depends on ! BARE_METAL
|
||||||
##
|
##
|
||||||
## help dmalloc helps tracking memory allocation mis-usage
|
## help dmalloc helps tracking memory allocation mis-usage
|
||||||
## help such as double-free, use-after-free...
|
## help such as double-free, use-after-free...
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# D.U.M.A. - Detect Unintended Memory Access - Memory checker
|
# D.U.M.A. - Detect Unintended Memory Access - Memory checker
|
||||||
|
|
||||||
## depends on ! BACKEND
|
## depends on ! BACKEND
|
||||||
|
## depends on ! BARE_METAL
|
||||||
|
|
||||||
## help D.U.M.A. - Detect Unintended Memory Access
|
## help D.U.M.A. - Detect Unintended Memory Access
|
||||||
## help A memory bound checker, with additional features.
|
## help A memory bound checker, with additional features.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user