76f8916b90
Interestingly, this mostly involves cleaning up our implementation of various <string.h> functions. Change-Id: Ifaef49b5cb997134f7bc0cc31bdac844bdb9e089
15 lines
533 B
Makefile
15 lines
533 B
Makefile
libc_bionic_src_files_arm += \
|
|
arch-arm/generic/bionic/memcmp.S \
|
|
arch-arm/cortex-a9/bionic/memcpy.S \
|
|
arch-arm/cortex-a9/bionic/memset.S \
|
|
arch-arm/cortex-a9/bionic/stpcpy.S \
|
|
arch-arm/cortex-a9/bionic/strcat.S \
|
|
arch-arm/cortex-a9/bionic/__strcat_chk.S \
|
|
arch-arm/cortex-a9/bionic/strcmp.S \
|
|
arch-arm/cortex-a9/bionic/strcpy.S \
|
|
arch-arm/cortex-a9/bionic/__strcpy_chk.S \
|
|
arch-arm/cortex-a9/bionic/strlen.S \
|
|
|
|
libc_openbsd_src_files_arm += \
|
|
upstream-openbsd/lib/libc/string/memmove.c \
|