diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-22 21:13:27 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-22 21:13:27 +0000 |
commit | 89e4659200242c7ab43d9ebf931aba4318892d91 (patch) | |
tree | e4cf7300429dc644731602ff2fed19566a9ecdbc /libc/stdlib/Makefile.in | |
parent | 49c67cb5710bfdcce00390a18798b0050b066217 (diff) |
exclude 2 files from multi if XLOCALE enabled
Diffstat (limited to 'libc/stdlib/Makefile.in')
-rw-r--r-- | libc/stdlib/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |