Explorar o código

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 %!s(int64=19) %!d(string=hai) anos
pai
achega
ccfb27c19e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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