]> sourceware.org Git - newlib-cygwin.git/commit
newlib: powerpc: simplify reallocr & callocr build logic
authorMike Frysinger <vapier@gentoo.org>
Tue, 15 Feb 2022 02:35:57 +0000 (21:35 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 17 Feb 2022 01:00:27 +0000 (20:00 -0500)
commit40748cd73a0408be4095f03cdf12b9e2ff18c912
tree881a20781d1041d866e83c41004b66d69ea1cc70
parentd1591ed4a11ba0b2730d6b846f0213c9a0e94b1c
newlib: powerpc: simplify reallocr & callocr build logic

Replace the custom build rules (which require copying & pasting from the
current Makefile) with small stub files.  This allows us to drop the rules
entirely and let Automake provide everything.
newlib/libc/machine/powerpc/Makefile.am
newlib/libc/machine/powerpc/Makefile.in
newlib/libc/machine/powerpc/vec_callocr.c [new file with mode: 0644]
newlib/libc/machine/powerpc/vec_reallocr.c [new file with mode: 0644]
This page took 0.032422 seconds and 5 git commands to generate.