소스 검색

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