diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-22 21:31:24 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-22 21:31:24 +0000 |
commit | 7008806c9a09bd8f5d76d12b22c3fc08b832eeae (patch) | |
tree | 3c18296f45916ca70d6bbd903b5d8bc62aba9688 | |
parent | 89e4659200242c7ab43d9ebf931aba4318892d91 (diff) |
exclude 2 more files from multi
-rw-r--r-- | libc/string/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/string/Makefile.in b/libc/string/Makefile.in index 0a908eb58..26410d005 100644 --- a/libc/string/Makefile.in +++ b/libc/string/Makefile.in @@ -105,6 +105,8 @@ 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 + objclean-y += string_objclean string_objclean: |