mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 07:40:05 +00:00
Don't force -msoft-float for powerpc --without-fp.
This commit is contained in:
parent
97a0650b8a
commit
d13ef0662f
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user