newlib-cygwin/newlib/libc/machine/powerpc/vec_callocr.c
Mike Frysinger 40748cd73a 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.
2022-02-16 20:00:27 -05:00

2 lines
50 B
C

#define DEFINE_VECCALLOC
#include "vec_mallocr.c"