Browse Source

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.

Mike Frysinger 19 years ago
parent
commit
ccfb27c19e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/string/arm/strcmp.S

+ 1 - 0
libc/string/arm/strcmp.S

@@ -49,3 +49,4 @@ __strcmp:
 
 .size __strcmp,.-__strcmp
 .weak strcoll ; strcoll = strcmp
+.global __strcoll ; __strcoll = strcoll