about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-09-18 14:44:34 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-09-18 14:44:34 +0000
commitd13ef0662f051a3da1e2677fa6da755d07fab278 (patch)
tree56d24705b87234f79a6b5c1ad4175c6410eb0162 /ChangeLog
parent97a0650b8a6283b1a7d5d505541ebfe38f1c3962 (diff)
downloadglibc-d13ef0662f051a3da1e2677fa6da755d07fab278.tar.gz
glibc-d13ef0662f051a3da1e2677fa6da755d07fab278.tar.xz
glibc-d13ef0662f051a3da1e2677fa6da755d07fab278.zip
Don't force -msoft-float for powerpc --without-fp.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b4a876f74..e377dc05b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-09-18  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
+	Do not append -msoft-float.
+	[$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
+
 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	* sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.