diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-01-07 19:52:27 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-01-07 19:52:27 +0000 |
commit | d4c3a750e74112d5ea316a35a4ae61c623c5169a (patch) | |
tree | 5fc2e20f57a1dd558080156fc038ee8bb2bd9537 /newlib/configure.host | |
parent | b2294aaa30ad58363983f7a6e5a37a3bcf5025bf (diff) | |
download | cygnal-d4c3a750e74112d5ea316a35a4ae61c623c5169a.tar.gz cygnal-d4c3a750e74112d5ea316a35a4ae61c623c5169a.tar.bz2 cygnal-d4c3a750e74112d5ea316a35a4ae61c623c5169a.zip |
2003-01-07 Jeff Johnston <jjohnstn@redhat.com>
* configure.host: Support long double I/O for x86-linux.
* libc/stdlib/ldtoa.c (_ldtoa_r): Fix code to allocate a buffer
large enough to hold formatted result.
* libc/machine/powerpc/simdldtoa.c (_simdldtoa_r): Ditto.
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 3780366d6..2d16fd882 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -338,7 +338,7 @@ case "${host}" in newlib_cflags="${newlib_cflags} -Wall" newlib_cflags="${newlib_cflags} -D_I386MACH_ALLOW_HW_INTERRUPTS" newlib_cflags="${newlib_cflags} -D_LOOSE_KERNEL_NAMES -DHAVE_FCNTL" - newlib_cflags="${newlib_cflags} -DWANT_IO_POS_ARGS" + newlib_cflags="${newlib_cflags} -DWANT_IO_POS_ARGS -DWANT_IO_LONG_DBL" # --- Required when building a shared library ------------------------ newlib_cflags="${newlib_cflags} -fPIC -D_I386MACH_NEED_SOTYPE_FUNCTION" # --- The three lines below are optional ------------------------------ |