commit | 8ca530e559328eb52d5a655b963babf1dc6f5088 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Oct 17 17:03:22 2013 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Oct 17 17:03:22 2013 -0700 |
tree | ce868f9f20a8c6c5383416920be44f6b034e54de | |
parent | 5b1916043728f7f869f1286b6e04662a3d7d472b [diff] [blame] |
Add ffs and memcmp16 to x86_64. Change-Id: I652c1356f1c7c52299977181c2cf154386979380
diff --git a/libc/arch-x86_64/x86_64.mk b/libc/arch-x86_64/x86_64.mk index 244eb56..b17b138 100644 --- a/libc/arch-x86_64/x86_64.mk +++ b/libc/arch-x86_64/x86_64.mk
@@ -9,6 +9,8 @@ arch-x86_64/bionic/__set_tls.c \ arch-x86_64/bionic/sigsetjmp.S \ arch-x86_64/bionic/syscall.S \ + arch-x86_64/string/ffs.S \ + string/memcmp16.c \ _LIBC_ARCH_STATIC_SRC_FILES := \ bionic/dl_iterate_phdr_static.c \