diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-01-27 07:36:19 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-01-27 07:36:19 +0000 |
commit | 2e6cfb475a941a7b6429c71b245f5452909437dd (patch) | |
tree | 6e633c0f8272757eec63c5c5ed35a171ba858bbf /libc/string/Makefile | |
parent | eee979719db7ba3f014fca22d9309bd7fbad2745 (diff) |
Joakim Tjernlund writes:
Hi Erik
I have had some fun trying to optimize memcpy, memset and memmove for
PPC. There are only boot tested, but I don't expect any problems :)
Read the comments in powerpc/string.c for more info.
Patch is relative to libc/string
Jocke
Diffstat (limited to 'libc/string/Makefile')
-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 2ec8a43be..19c62b32d 100644 --- a/libc/string/Makefile +++ b/libc/string/Makefile @@ -23,7 +23,7 @@ DIRS= ifeq ($(TARGET_ARCH),$(wildcard $(TARGET_ARCH))) DIRS = $(TARGET_ARCH) endif -ALL_SUBDIRS = i386 arm sh64 +ALL_SUBDIRS = i386 arm sh64 powerpc MSRC= wstring.c MOBJ= basename.o bcopy.o bzero.o dirname.o ffs.o memccpy.o memchr.o memcmp.o \ |