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

Makefile.inc « arm « machine « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2d6c08d71972d1b13c62adfdac97ed36bb59443a (plain)
1
2
3
4
5
6
7
8
9
10
11
libc_a_SOURCES += \
	%D%/setjmp.S %D%/strcmp.S %D%/strcpy.c \
	%D%/aeabi_memcpy.c %D%/aeabi_memcpy-armv7a.S \
	%D%/aeabi_memmove.c %D%/aeabi_memmove-soft.S \
	%D%/aeabi_memset.c %D%/aeabi_memset-soft.S %D%/aeabi_memclr.c \
	%D%/memchr-stub.c \
	%D%/memchr.S \
	%D%/memcpy-stub.c \
	%D%/memcpy.S \
	%D%/strlen-stub.c \
	%D%/strlen.S