瀏覽代碼

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 年之前
父節點
當前提交
ccfb27c19e
共有 1 個文件被更改,包括 1 次插入0 次删除
  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