about summary refs log tree commit diff
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b263dc344..30769129a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
+
 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
 
 	* libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.