svn commit: trunk/uClibc/libc/stdlib

psm at uclibc.org psm at uclibc.org
Wed Feb 22 21:13:30 UTC 2006


Author: psm
Date: 2006-02-22 13:13:27 -0800 (Wed, 22 Feb 2006)
New Revision: 14212

Log:
exclude 2 files from multi if XLOCALE enabled

Modified:
   trunk/uClibc/libc/stdlib/Makefile.in


Changeset:
Modified: trunk/uClibc/libc/stdlib/Makefile.in
===================================================================
--- trunk/uClibc/libc/stdlib/Makefile.in	2006-02-22 20:33:15 UTC (rev 14211)
+++ trunk/uClibc/libc/stdlib/Makefile.in	2006-02-22 21:13:27 UTC (rev 14212)
@@ -83,6 +83,7 @@
 libc-nonshared-y += $(STDLIB_OUT)/atexit.os
 
 libc-nomulti-y += $(STDLIB_OUT)/labs.o $(STDLIB_OUT)/atol.o $(STDLIB_OUT)/_stdlib_strto_l.o $(STDLIB_OUT)/_stdlib_strto_ll.o
+libc-nomulti-$(UCLIBC_HAS_XLOCALE) += $(STDLIB_OUT)/_stdlib_strto_l_l.o $(STDLIB_OUT)/_stdlib_strto_ll_l.o
 
 objclean-y += stdlib_objclean
 




More information about the uClibc-cvs mailing list