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 /newlib/configure.host | |
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.
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 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: |