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. --- config.make.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.make.in') diff --git a/config.make.in b/config.make.in index f798dd5abe..8f4a217863 100644 --- a/config.make.in +++ b/config.make.in @@ -48,6 +48,8 @@ have_doors = @linux_doors@ have-bash2 = @libc_cv_have_bash2@ have-ksh = @libc_cv_have_ksh@ +sizeof-long-double = @sizeof_long_double@ + # Configuration options. gnu-as = @gnu_as@ gnu-ld = @gnu_ld@ -- cgit v1.2.3