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 năm trước cách đây
mục cha
commit
ccfb27c19e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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