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 /sysdeps | |
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 'sysdeps')
-rw-r--r-- | sysdeps/powerpc/powerpc32/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/powerpc/powerpc32/Makefile b/sysdeps/powerpc/powerpc32/Makefile index 64f79003af..3fdb4b48be 100644 --- a/sysdeps/powerpc/powerpc32/Makefile +++ b/sysdeps/powerpc/powerpc32/Makefile @@ -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 |