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/i386/Makefile.inc')
-rw-r--r--newlib/libc/machine/i386/Makefile.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/libc/machine/i386/Makefile.inc b/newlib/libc/machine/i386/Makefile.inc
new file mode 100644
index 000000000..60c5c13e2
--- /dev/null
+++ b/newlib/libc/machine/i386/Makefile.inc
@@ -0,0 +1,7 @@
+if MACH_ADD_SETJMP
+libc_a_SOURCES += %D%/setjmp.S
+endif
+
+libc_a_SOURCES += \
+ %D%/memchr.S %D%/memcmp.S %D%/memcpy.S %D%/memset.S %D%/strchr.S \
+ %D%/memmove.S %D%/strlen.S %D%/i386mach.h