aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/cris/Makefile.inc
blob: f1864e352fb610459dbb8729cda0ef75cb70d806 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
libc_a_SOURCES += %D%/setjmp.c %D%/memcpy.c %D%/memset.c %D%/memmove.c %D%/libcdtor.c

# We also make a library with just the useful
# machine-but-not-system-specific functions, usable as an add-on
# by itself together with e.g. uclibc.
toollib_LIBRARIES += %D%/libic.a
%C%_libic_a_SOURCES =
%C%_libic_a_LIBADD = \
	%D%/libc_a-setjmp.o \
	%D%/libc_a-memcpy.o \
	%D%/libc_a-memset.o \
	%D%/libc_a-memmove.o \
	%D%/libc_a-libcdtor.o