FreeCalypso > hg > freecalypso-tools
diff target-utils/libc/Makefile @ 88:4f3843165014
target-utils/libc: bzero imported from Citrine
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 28 Oct 2016 22:22:56 +0000 |
parents | 7fb62fc724dc |
children | f4619719834f |
line wrap: on
line diff
--- a/target-utils/libc/Makefile Fri Oct 28 22:20:26 2016 +0000 +++ b/target-utils/libc/Makefile Fri Oct 28 22:22:56 2016 +0000 @@ -4,7 +4,7 @@ AR= arm-elf-ar RANLIB= arm-elf-ranlib -OBJS= atoi.o ctype_.o index.o rindex.o strcasecmp.o strcat.o strcmp.o \ +OBJS= atoi.o bzero.o ctype_.o index.o rindex.o strcasecmp.o strcat.o strcmp.o\ strcpy.o strncat.o strncmp.o strncpy.o all: libc.a