Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git] / newlib / libc / machine / cris / Makefile.inc
blobf1864e352fb610459dbb8729cda0ef75cb70d806
1 libc_a_SOURCES += %D%/setjmp.c %D%/memcpy.c %D%/memset.c %D%/memmove.c %D%/libcdtor.c
3 # We also make a library with just the useful
4 # machine-but-not-system-specific functions, usable as an add-on
5 # by itself together with e.g. uclibc.
6 toollib_LIBRARIES += %D%/libic.a
7 %C%_libic_a_SOURCES =
8 %C%_libic_a_LIBADD = \
9         %D%/libc_a-setjmp.o \
10         %D%/libc_a-memcpy.o \
11         %D%/libc_a-memset.o \
12         %D%/libc_a-memmove.o \
13         %D%/libc_a-libcdtor.o