mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-23 18:10:24 +00:00
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>