diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-09-18 14:44:34 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-09-18 14:44:34 +0000 |
commit | d13ef0662f051a3da1e2677fa6da755d07fab278 (patch) | |
tree | 56d24705b87234f79a6b5c1ad4175c6410eb0162 /ChangeLog | |
parent | 97a0650b8a6283b1a7d5d505541ebfe38f1c3962 (diff) | |
download | glibc-d13ef0662f051a3da1e2677fa6da755d07fab278.tar glibc-d13ef0662f051a3da1e2677fa6da755d07fab278.tar.gz glibc-d13ef0662f051a3da1e2677fa6da755d07fab278.tar.bz2 glibc-d13ef0662f051a3da1e2677fa6da755d07fab278.zip |
Don't force -msoft-float for powerpc --without-fp.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |