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/sh/Makefile.inc')
-rw-r--r--newlib/libc/machine/sh/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/libc/machine/sh/Makefile.inc b/newlib/libc/machine/sh/Makefile.inc
new file mode 100644
index 000000000..fd9e26d68
--- /dev/null
+++ b/newlib/libc/machine/sh/Makefile.inc
@@ -0,0 +1,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