Explorar el Código

wcscoll_l.o does not exist

Peter S. Mazinger hace 20 años
padre
commit
88f5ee46c1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libc/string/Makefile.in

+ 1 - 1
libc/string/Makefile.in

@@ -105,7 +105,7 @@ STRING_COBJ := $(patsubst $(STRING_DIR)/%.c,$(STRING_OUT)/%.o,$(STRING_CSRC))
 
 libc-y += $(STRING_COBJ)
 
-libc-nomulti-$(UCLIBC_HAS_XLOCALE) += $(STRING_OUT)/wcscoll_l.o $(STRING_OUT)/wcsxfrm_l.o
+libc-nomulti-$(UCLIBC_HAS_XLOCALE) += $(STRING_OUT)/wcsxfrm_l.o
 
 objclean-y += string_objclean