This code looks like it's written to be copied & pasted between diff C libraries and relies on _LIBC only being used with glibc. This will break when newlib changes from _COMPILING_NEWLIB to _LIBC, so delete the glibc-specific logic ahead of time. |
||
---|---|---|
.. | ||
machine | ||
sys | ||
Makefile.am | ||
Makefile.in | ||
aclocal.m4 | ||
configure | ||
configure.ac | ||
memcpy.S | ||
memset.S | ||
setjmp.S | ||
strcmp.S | ||
strlen.c | ||
strncpy.c |