about summary refs log tree commit diff
path: root/config.make.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 /config.make.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 'config.make.in')
-rw-r--r--config.make.in2
1 files changed, 2 insertions, 0 deletions
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@