diff options
author | Christopher Faylor <me@cgf.cx> | 2003-07-25 16:06:01 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-07-25 16:06:01 +0000 |
commit | 035367578f7afc08160014c1ab11eeb627a88f31 (patch) | |
tree | c502865e201051b5b9b6900196111aad9c0bd0fd /newlib/configure.host | |
parent | 206ac174730f7f3495ce271aaff4bd912ca396a5 (diff) | |
download | cygnal-035367578f7afc08160014c1ab11eeb627a88f31.tar.gz cygnal-035367578f7afc08160014c1ab11eeb627a88f31.tar.bz2 cygnal-035367578f7afc08160014c1ab11eeb627a88f31.zip |
* libc/stdio64/fdopen64.c: New file.
* libc/stdio64/Makefile.am (LIB_OBJS): Add fdopen64.o
* libc/stdio64/Makefile.in: Regenerate.
* libc/include/stdio.h (fdopen64): Define.
* libc/include/stdio.h (_fdopen64_r): Ditto.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r-- | newlib/configure.host | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/newlib/configure.host b/newlib/configure.host index edcfef911..cb387e431 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -434,7 +434,9 @@ 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" + test -z "$cygwin_srcdir" && cygwin_srcdir=`cd ${srcdir}/../winsup/cygwin; pwd` + export cygwin_srcdir + 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 -I${cygwin_srcdir}/include" syscall_dir=syscalls ;; # RTEMS supplies its own versions of some routines: |