[libc] Enable string functions for aarch64.

This commit is contained in:
Siva Chandra 2020-06-15 09:36:10 -07:00
parent d74323606d
commit 7e54df6829

View File

@ -3,6 +3,11 @@ set(TARGET_LIBC_ENTRYPOINTS
libc.src.errno.__errno_location
# string.h entrypoints
libc.src.string.bzero
libc.src.string.memcpy
libc.src.string.memset
libc.src.string.strcpy
libc.src.string.strcat
libc.src.string.strlen
)