Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2000-12-15 01:32:42 +0300
committerJeff Johnston <jjohnstn@redhat.com>2000-12-15 01:32:42 +0300
commit9c2b8183424dad2579bebcd818ecd60d6c08832f (patch)
tree0bec5645d846a567e073d3870f0ce1ebeb8037d9 /newlib/configure.host
parent804368d392dcc744417a7918b62a48b18e7beb46 (diff)
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.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index bb780afc0..961ef73ac 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: