public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
* [PATCH] ppc math-emu needs -fno-builtin-fabs for math.c and fabs.c
@ 2006-09-23  0:37 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2006-09-23  0:37 UTC (permalink / raw)
  To: linuxppc-dev


... since they deal with internal function with that name.

Signed-off-by: Al Viro <viro@zeniv•linux.org.uk>
---
 arch/powerpc/math-emu/Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/math-emu/Makefile b/arch/powerpc/math-emu/Makefile
index 754143e..29bc912 100644
--- a/arch/powerpc/math-emu/Makefile
+++ b/arch/powerpc/math-emu/Makefile
@@ -11,3 +11,6 @@ obj-$(CONFIG_MATH_EMULATION)	+= fabs.o f
 					mcrfs.o mffs.o mtfsb0.o mtfsb1.o \
 					mtfsf.o mtfsfi.o stfiwx.o stfs.o \
 					udivmodti4.o
+
+CFLAGS_fabs.o = -fno-builtin-fabs
+CFLAGS_math.o = -fno-builtin-fabs
-- 
1.4.2.GIT

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-09-23  0:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-23  0:37 [PATCH] ppc math-emu needs -fno-builtin-fabs for math.c and fabs.c Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox