Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libc/minimal: Select common malloc when applications require it
Instead of relying on the default setting of `MINIMAL_LIBC_MALLOC` to pull in the common malloc implementation, enable it whenever the application indicates that it needs malloc through the REQUIRES_MALLOC setting. Signed-off-by: Keith Packard <[email protected]>
- Loading branch information