From 8ed1e7d5894000c155acbd06ffd2ba07ea9f718b Mon Sep 17 00:00:00 2001 From: Geoff Keating Date: Sat, 4 Mar 2000 03:36:14 +0000 Subject: 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 * configure.in: Compute sizeof-long-double. * configure: Regenerated. * config.make.in: Make sizeof-long-double available to sub-makes. --- configure.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 0e7cca9..ffa7d82 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. -- cgit v1.1