diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2004-01-14 06:30:59 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2004-01-14 06:30:59 +0000 |
commit | 5dd9f2af4bcc23c86d1d4f4a5574c20d7faff949 (patch) | |
tree | b22b7b76a84af013f171fdcf00f8937408bbbc7e /libc/misc/time/Makefile | |
parent | cc9a9ed87bd5b700c81ae999358e2b063592b393 (diff) |
Add a dummy (always fails) wcsftime. This is needed for the libstdc++ locale
implementation to build. Later this month I'll add a functional wcsftime.
Diffstat (limited to 'libc/misc/time/Makefile')
-rw-r--r-- | libc/misc/time/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/misc/time/Makefile b/libc/misc/time/Makefile index b47a97c33..1ed212cf0 100644 --- a/libc/misc/time/Makefile +++ b/libc/misc/time/Makefile @@ -38,6 +38,10 @@ ifeq ($(UCLIBC_HAS_XLOCALE),y) endif ifeq ($(UCLIBC_HAS_WCHAR),y) + MOBJ += wcsftime.o +ifeq ($(UCLIBC_HAS_XLOCALE),y) + MOBJx += wcsftime_l.o +endif endif CSRC= adjtime.c ftime.c clock_gettime.c |