about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorGeoff Keating <geoffk@cygnus.com>2001-12-06 09:17:26 +0000
committerGeoff Keating <geoffk@cygnus.com>2001-12-06 09:17:26 +0000
commit675322a53596a355e4625e23fff6d2725c3463d4 (patch)
treee1606fcbae85ff52518a25347303adba630e62f4 /configure.in
parent383bd1c5033b466ffcc1a0be766d8a8b003c73e9 (diff)
downloadglibc-675322a53596a355e4625e23fff6d2725c3463d4.tar.gz
glibc-675322a53596a355e4625e23fff6d2725c3463d4.tar.xz
glibc-675322a53596a355e4625e23fff6d2725c3463d4.zip
* config.make.in (with-fp): Define from configure.
* configure.in: Substitute with_fp. 
* configure: Regenerate. 
* powerpc/Makefile: Set -msoft-float when --without-fp is specified, 
and don't change FPU environment.
2001-12-06  Geoff Keating  <geoffk@redhat.com>

	* config.make.in (with-fp): Define from configure.
	* configure.in: Substitute with_fp.
	* configure: Regenerate.
	* sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
	specified, and don't change FPU environment.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 8f0df5c7c1..aefbb4e30f 100644
--- a/configure.in
+++ b/configure.in
@@ -59,6 +59,7 @@ dnl Arguments to specify presence of other packages/features.
 AC_ARG_WITH(fp, dnl
 [  --with-fp		  if using floating-point hardware [default=yes]],
 	    with_fp=$withval, with_fp=yes)
+AC_SUBST(with_fp)
 AC_ARG_WITH(binutils, dnl
   --with-binutils=PATH	  specify location of binutils (as and ld),
 	    path_binutils=$withval, path_binutils='')