diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-08-27 21:20:10 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-08-27 21:20:10 +0000 |
commit | 7d08241b68428bba98089eb841cef8eddd87f27b (patch) | |
tree | 55ed9328010779bb79f48cdcda41c40216a2d421 /newlib/configure.host | |
parent | ff2bf8523ba2d3db2fca8e9e2f8be1e4752fa57b (diff) | |
download | cygnal-7d08241b68428bba98089eb841cef8eddd87f27b.tar.gz cygnal-7d08241b68428bba98089eb841cef8eddd87f27b.tar.bz2 cygnal-7d08241b68428bba98089eb841cef8eddd87f27b.zip |
2002-08-27 Egor Duda <deo@logos-m.ru>
* libc/stdlib/wmemchr.c: New file.
* libc/stdlib/wmemcmp.c: Ditto.
* libc/stdlib/wmemcpy.c: Ditto.
* libc/stdlib/wmemmove.c: Ditto.
* libc/stdlib/wmemset.c: Ditto.
* libc/stdlib/Makefile.am (GENERAL_SOURCES): Add new files.
* configure.host: Default -DMB_CAPABLE for cygwin.
* libc/include/wchar.h: Declare wmemchr(), wmemcmp(), wmemcpy(),
wmemmove() and wmemset(). Add include of <_ansi.h>.
* libc/stdlib/Makefile.in: Regenerate.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r-- | newlib/configure.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure.host b/newlib/configure.host index b6d223795..28debde43 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -413,7 +413,7 @@ esac case "${host}" in *-*-cygwin*) - newlib_cflags="${newlib_cflags} -DHAVE_OPENDIR -DHAVE_RENAME -DSIGNAL_PROVIDED -DWANT_IO_LONG_DBL -DWANT_PRINTF_LONG_LONG -D_COMPILING_NEWLIB -DHAVE_FCNTL -DMALLOC_PROVIDED" + newlib_cflags="${newlib_cflags} -DHAVE_OPENDIR -DHAVE_RENAME -DSIGNAL_PROVIDED -DWANT_IO_LONG_DBL -DWANT_PRINTF_LONG_LONG -D_COMPILING_NEWLIB -DHAVE_FCNTL -DMALLOC_PROVIDED -DMB_CAPABLE" syscall_dir=syscalls ;; # RTEMS supplies its own versions of some routines: |