summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Drake <trevd1234@gmail.com>2013-09-27 23:39:03 +0100
committerTrevor Drake <trevd1234@gmail.com>2013-09-27 23:39:03 +0100
commitb59b790f97dc58a931719524499269f2f3b904f2 (patch)
treee9627d49133b97cfd29461ea4636cfb592292b54
parente9a7a0342d645e1475953f6512a1f3b90465ae51 (diff)
downloadbionic-cm-10.2-M1.zip
bionic-cm-10.2-M1.tar.gz
bionic-cm-10.2-M1.tar.bz2
[libc] Add missing strcat.S to x86.mk Makefilecm-10.2-M1
arch-x86/string/strcat.S was not included in the x86.mk ; This was causing the build to fail when building for x86 Targets Change-Id: I8001cdb25c2ff84c994603e648ef74c9c1daa5ea
-rw-r--r--libc/arch-x86/x86.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/arch-x86/x86.mk b/libc/arch-x86/x86.mk
index 0e5d283..88b2292 100644
--- a/libc/arch-x86/x86.mk
+++ b/libc/arch-x86/x86.mk
@@ -20,6 +20,7 @@ _LIBC_ARCH_COMMON_SRC_FILES := \
arch-x86/string/strcmp_wrapper.S \
arch-x86/string/strlen_wrapper.S \
arch-x86/string/strncmp_wrapper.S \
+ arch-x86/string/strcat.S \
_LIBC_ARCH_STATIC_SRC_FILES := \
bionic/dl_iterate_phdr_static.c \