diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-11-19 21:57:52 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-11-19 21:57:52 +0000 |
commit | dd9f316d65b29c32233cb96c0788cc945a599443 (patch) | |
tree | c73e4bbbcc72a22e6616df94be1b43153ed9351a | |
parent | 83f3d5bece604f9d80ac6654d4f2b80184e73cc7 (diff) | |
download | cygnal-dd9f316d65b29c32233cb96c0788cc945a599443.tar.gz cygnal-dd9f316d65b29c32233cb96c0788cc945a599443.tar.bz2 cygnal-dd9f316d65b29c32233cb96c0788cc945a599443.zip |
2003-11-19 Nicholas Wourms <nwourms@netscape.net>
* configure.host: Enable positional arguments for printf
family for Cygwin.
* libc/stdio/vfprintf.c (_VFPRINTF_R): Remove extraneous
pointer reference for quad_ptr_t.
-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 521c8fbae..3b0fbfb44 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -432,7 +432,7 @@ case "${host}" in *-*-cygwin*) 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" + newlib_cflags="${newlib_cflags} -DHAVE_OPENDIR -DHAVE_RENAME -DSIGNAL_PROVIDED -DWANT_IO_POS_ARGS -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: |