]> sourceware.org Git - newlib-cygwin.git/commit
newlib: move nano-malloc logic from build to source files
authorMike Frysinger <vapier@gentoo.org>
Tue, 1 Mar 2022 04:46:52 +0000 (23:46 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 9 Mar 2022 09:12:45 +0000 (04:12 -0500)
commitd7b16b0576e0b1b9915d7b572c60e3e58d3614ea
tree021f0590eadb533eb9748bd3ea0f4bc40cf089a8
parent5fca4e0f180eec4e2507128f1ddf3cb2863f9939
newlib: move nano-malloc logic from build to source files

Simplify the build system logic a bit by moving the mallocr.c ->
nano-mallocr.c redirection from the Makefile to the source files.
This allows for consistent object name usage regardless of the
configuration options used in case a machine dir wants to define
its own override.
newlib/libc/stdlib/Makefile.am
newlib/libc/stdlib/Makefile.in
newlib/libc/stdlib/mallocr.c
This page took 0.026604 seconds and 5 git commands to generate.