Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.inc « sh « machine « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fd9e26d687d1c7b593a40627072bf9b04a4af92c (plain)
1
2
3
4
5
libc_a_SOURCES += %D%/memcpy.S %D%/memset.S %D%/setjmp.S %D%/strcpy.S %D%/strlen.S %D%/strcmp.S

if SH64
libc_a_SOURCES += %D%/strncpy.S
endif