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:
authorMichael Meissner <gnu@the-meissners.org>2002-03-11 18:44:35 +0300
committerMichael Meissner <gnu@the-meissners.org>2002-03-11 18:44:35 +0300
commiteabb48d53d6bfa3f8dd3564a6b789b6d37c94b65 (patch)
tree819d8dfafe9a82cb71edb8be1a13c7af8e31af99 /newlib/libc/machine/mips/Makefile.am
parenta4e142b6bcc4c123d104e6e83a14312cd9a9148e (diff)
Add MIPS specific string/memory functions
Diffstat (limited to 'newlib/libc/machine/mips/Makefile.am')
-rw-r--r--newlib/libc/machine/mips/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/machine/mips/Makefile.am b/newlib/libc/machine/mips/Makefile.am
index 1c65b9ffe..74c08bca5 100644
--- a/newlib/libc/machine/mips/Makefile.am
+++ b/newlib/libc/machine/mips/Makefile.am
@@ -6,7 +6,7 @@ INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
noinst_LIBRARIES = lib.a
-lib_a_SOURCES = setjmp.S
+lib_a_SOURCES = setjmp.S strlen.c strcmp.c strncpy.c memset.c memcpy.c
ACLOCAL_AMFLAGS = -I ../../..
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host