diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2000-12-14 22:32:42 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2000-12-14 22:32:42 +0000 |
commit | 9c2b8183424dad2579bebcd818ecd60d6c08832f (patch) | |
tree | 0bec5645d846a567e073d3870f0ce1ebeb8037d9 | |
parent | 804368d392dcc744417a7918b62a48b18e7beb46 (diff) | |
download | newlib-9c2b8183424dad2579bebcd818ecd60d6c08832f.zip newlib-9c2b8183424dad2579bebcd818ecd60d6c08832f.tar.gz newlib-9c2b8183424dad2579bebcd818ecd60d6c08832f.tar.bz2 |
Wed Dec 14 Jeff Johnston <jjohnstn@redhat.com>
* configure.host: Turn on long double I/O for Cygwin.
-rw-r--r-- | newlib/ChangeLog | 4 | ||||
-rw-r--r-- | newlib/configure.host | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 6f690a6..5e31ee5 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,5 +1,9 @@ Wed Dec 14 Jeff Johnston <jjohnstn@redhat.com> + * configure.host: Turn on long double I/O for Cygwin. + +Wed Dec 14 Jeff Johnston <jjohnstn@redhat.com> + * MAINTAINERS: Removed Ranjith. * NEWS: Updated for 1.9.0. * README: Updated. diff --git a/newlib/configure.host b/newlib/configure.host index bb780af..961ef73 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -326,7 +326,7 @@ esac case "${host}" in *-*-cygwin*) - newlib_cflags="${newlib_cflags} -DHAVE_OPENDIR -DHAVE_RENAME -DSIGNAL_PROVIDED -DWANT_PRINTF_LONG_LONG -D_COMPILING_NEWLIB" + newlib_cflags="${newlib_cflags} -DHAVE_OPENDIR -DHAVE_RENAME -DSIGNAL_PROVIDED -DWANT_IO_LONG_DBL -DWANT_PRINTF_LONG_LONG -D_COMPILING_NEWLIB" syscall_dir=syscalls ;; # RTEMS supplies its own versions of some routines: |