diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-08-26 00:53:46 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-08-26 00:53:46 +0000 |
| commit | bb35aec076a113b3fc8e92ea307f482e02571aae (patch) | |
| tree | d2e3faf6948d436e3444b84381dc0fd56ef38568 /libc/string | |
| parent | 62452e396bf7f941bc61386f13b2bf73f04ff3fa (diff) | |
| download | uClibc-alpine-bb35aec076a113b3fc8e92ea307f482e02571aae.tar.bz2 uClibc-alpine-bb35aec076a113b3fc8e92ea307f482e02571aae.tar.xz | |
Sync with trunk.
Diffstat (limited to 'libc/string')
| -rw-r--r-- | libc/string/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/Makefile b/libc/string/Makefile index 6b516c1c5..600f3b81d 100644 --- a/libc/string/Makefile +++ b/libc/string/Makefile @@ -31,7 +31,7 @@ DIRS += $(TARGET_ARCH) endif endif -ALL_SUBDIRS = generic arm frv i386 sh64 powerpc mips +ALL_SUBDIRS = generic arm frv i386 mips powerpc sh64 sparc MSRC= wstring.c MOBJ= basename.o bcopy.o bzero.o dirname.o ffs.o memccpy.o memchr.o memcmp.o \ |
