From 054e51a44bc63878430c30b137be20600bcf01e0 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sat, 23 Sep 2006 01:37:41 +0100 Subject: [POWERPC] ppc math-emu needs -fno-builtin-fabs for math.c and fabs.c ... since they deal with internal function with that name. Signed-off-by: Al Viro Signed-off-by: Paul Mackerras --- arch/powerpc/math-emu/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/powerpc/math-emu') diff --git a/arch/powerpc/math-emu/Makefile b/arch/powerpc/math-emu/Makefile index 754143e8936..29bc9126241 100644 --- a/arch/powerpc/math-emu/Makefile +++ b/arch/powerpc/math-emu/Makefile @@ -11,3 +11,6 @@ obj-$(CONFIG_MATH_EMULATION) += fabs.o fadd.o fadds.o fcmpo.o fcmpu.o \ 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 -- cgit v1.2.3