]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Don't force -msoft-float for powerpc --without-fp.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 18 Sep 2013 14:44:34 +0000 (14:44 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 18 Sep 2013 14:44:34 +0000 (14:44 +0000)
ChangeLog
sysdeps/powerpc/powerpc32/Makefile

index 6b4a876f74843547c7f14b4630908c2148c46c0b..e377dc05b4c759dc63afa0df5757bc221a919e59 100644 (file)
--- 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.
index 64f79003af264964dd7fbded59aadf6404c7be79..3fdb4b48be0d5ec3964e1a3953c1554b762d2deb 100644 (file)
@@ -1,10 +1,5 @@
 # Powerpc32 specific build options.
 
-ifeq ($(with-fp),no)
-+cflags += -msoft-float
-sysdep-LDFLAGS += -msoft-float
-endif
-
 ifeq ($(subdir),gmon)
 sysdep_routines += ppc-mcount compat-ppc-mcount
 static-only-routines += ppc-mcount