From 89e4659200242c7ab43d9ebf931aba4318892d91 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 22 Feb 2006 21:13:27 +0000 Subject: exclude 2 files from multi if XLOCALE enabled --- libc/stdlib/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/stdlib') diff --git a/libc/stdlib/Makefile.in b/libc/stdlib/Makefile.in index e36bc947f..202e25df2 100644 --- a/libc/stdlib/Makefile.in +++ b/libc/stdlib/Makefile.in @@ -83,6 +83,7 @@ libc-static-y += $(STDLIB_OUT)/atexit.o 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 -- cgit v1.2.3