about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorGeoff Keating <geoffk@cygnus.com>2000-03-04 03:36:14 +0000
committerGeoff Keating <geoffk@cygnus.com>2000-03-04 03:36:14 +0000
commit8ed1e7d5894000c155acbd06ffd2ba07ea9f718b (patch)
treeb9555e693953f12cd6a0a4f533922db17513d8b0 /configure.in
parent706546ff10e0979cf49d002c03334810663b655f (diff)
downloadglibc-8ed1e7d5894000c155acbd06ffd2ba07ea9f718b.tar.gz
glibc-8ed1e7d5894000c155acbd06ffd2ba07ea9f718b.tar.xz
glibc-8ed1e7d5894000c155acbd06ffd2ba07ea9f718b.zip
In libc/:
* configure.in: Compute sizeof-long-double. 
* configure: Regenerated. 
* config.make.in: Make sizeof-long-double available to sub-makes.
In libc/soft-fp/:
	* soft-fp.h (_FP_ROUND_ZERO): Cast 0 to void before using it
	as a statement.

	* sysdeps/powerpc/Makefile (routines): New file.
	* sysdeps/powerpc/q_*: New files.
2000-03-03  Geoff Keating  <geoffk@cygnus.com>

	* configure.in: Compute sizeof-long-double.
	* configure: Regenerated.
	* config.make.in: Make sizeof-long-double available to sub-makes.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 0e7cca9e6b..ffa7d82bab 100644
--- a/configure.in
+++ b/configure.in
@@ -1176,6 +1176,11 @@ LIBS="$old_LIBS"
 AC_MSG_RESULT($LIBGD)
 AC_SUBST(LIBGD)
 
+dnl check for the size of 'long double'.
+AC_CHECK_SIZEOF(long double, 0)
+sizeof_long_double=$ac_cv_sizeof_long_double
+AC_SUBST(sizeof_long_double)
+
 ### End of automated tests.
 ### Now run sysdeps configure fragments.