mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 20:39:33 +08:00
Wed Dec 14 Jeff Johnston <jjohnstn@redhat.com>
* configure.host: Turn on long double I/O for Cygwin.
This commit is contained in:
parent
804368d392
commit
9c2b818342
@ -1,3 +1,7 @@
|
|||||||
|
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>
|
Wed Dec 14 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* MAINTAINERS: Removed Ranjith.
|
* MAINTAINERS: Removed Ranjith.
|
||||||
|
@ -326,7 +326,7 @@ esac
|
|||||||
|
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
*-*-cygwin*)
|
*-*-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
|
syscall_dir=syscalls
|
||||||
;;
|
;;
|
||||||
# RTEMS supplies its own versions of some routines:
|
# RTEMS supplies its own versions of some routines:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user