summaryrefslogtreecommitdiff
path: root/libc/string
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-29 02:42:52 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-29 02:42:52 +0000
commitccfb27c19e4c2aab4db77ff1092ed9f5a1f065a6 (patch)
treefdb8d29c9ad93c19463e9eea95ab50bad1783d46 /libc/string
parentd24608f995e83aa4ac5557cd1a084cac55a71a3c (diff)
Paul Brook writes:
I'm getting the following build failure on arm-linux: LD libuClibc-0.9.28.so libc/libc_so.a(glob.os): In function `collated_compare':glob.c:(.text+0x1f8): undefined reference to `__strcoll' The patch below fixes it.
Diffstat (limited to 'libc/string')
-rw-r--r--libc/string/arm/strcmp.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/string/arm/strcmp.S b/libc/string/arm/strcmp.S
index e572cbe68..6913906ee 100644
--- a/libc/string/arm/strcmp.S
+++ b/libc/string/arm/strcmp.S
@@ -49,3 +49,4 @@ __strcmp:
.size __strcmp,.-__strcmp
.weak strcoll ; strcoll = strcmp
+.global __strcoll ; __strcoll = strcoll