diff options
Diffstat (limited to 'newlib/libc/string/Makefile.in')
-rw-r--r-- | newlib/libc/string/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/newlib/libc/string/Makefile.in b/newlib/libc/string/Makefile.in index 29a413c0d..8139a578d 100644 --- a/newlib/libc/string/Makefile.in +++ b/newlib/libc/string/Makefile.in @@ -121,6 +121,7 @@ lib_a_SOURCES = \ strupr.c \ strxfrm.c \ strstr.c \ + swab.c \ u_strerr.c @@ -128,7 +129,7 @@ CHEWOUT_FILES = \ bcmp.def memcpy.def strcmp.def strncat.def strstr.def \ bcopy.def memmove.def strcoll.def strncmp.def strtok.def \ bzero.def memset.def strcpy.def strncpy.def strxfrm.def \ -index.def rindex.def strcspn.def strpbrk.def \ +index.def rindex.def strcspn.def strpbrk.def swab.def \ memchr.def strcat.def strerror.def strrchr.def \ memcmp.def strchr.def strlen.def strspn.def \ strcasecmp.def strncasecmp.def strlwr.def strupr.def @@ -155,7 +156,7 @@ lib_a_OBJECTS = bcmp.o bcopy.o bzero.o index.o memchr.o memcmp.o \ memcpy.o memmove.o memset.o rindex.o strcat.o strchr.o strcmp.o \ strcasecmp.o strcoll.o strcpy.o strcspn.o strerror.o strlen.o strlwr.o \ strncat.o strncmp.o strncasecmp.o strncpy.o strpbrk.o strrchr.o \ -strspn.o strtok.o strtok_r.o strupr.o strxfrm.o strstr.o u_strerr.o +strspn.o strtok.o strtok_r.o strupr.o strxfrm.o strstr.o swab.o u_strerr.o CFLAGS = @CFLAGS@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) |