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

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/cris/Makefile.inc')
-rw-r--r--newlib/libc/machine/cris/Makefile.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/newlib/libc/machine/cris/Makefile.inc b/newlib/libc/machine/cris/Makefile.inc
new file mode 100644
index 000000000..f1864e352
--- /dev/null
+++ b/newlib/libc/machine/cris/Makefile.inc
@@ -0,0 +1,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