mirror of git://sourceware.org/git/glibc.git
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>
|
2013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||||
|
|
||||||
* sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
|
* sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
|
||||||
|
|
|
@ -1,10 +1,5 @@
|
||||||
# Powerpc32 specific build options.
|
# Powerpc32 specific build options.
|
||||||
|
|
||||||
ifeq ($(with-fp),no)
|
|
||||||
+cflags += -msoft-float
|
|
||||||
sysdep-LDFLAGS += -msoft-float
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(subdir),gmon)
|
ifeq ($(subdir),gmon)
|
||||||
sysdep_routines += ppc-mcount compat-ppc-mcount
|
sysdep_routines += ppc-mcount compat-ppc-mcount
|
||||||
static-only-routines += ppc-mcount
|
static-only-routines += ppc-mcount
|
||||||
|
|
Loading…
Reference in New Issue