From: Al Viro <viro@ftp•linux.org.uk>
To: linuxppc-dev@ozlabs•org
Subject: [PATCH] ppc math-emu needs -fno-builtin-fabs for math.c and fabs.c
Date: Sat, 23 Sep 2006 01:37:41 +0100 [thread overview]
Message-ID: <E1GQvWX-0002e2-Pd@ZenIV.linux.org.uk> (raw)
... 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
reply other threads:[~2006-09-23 0:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1GQvWX-0002e2-Pd@ZenIV.linux.org.uk \
--to=viro@ftp$(echo .)linux.org.uk \
--cc=linuxppc-dev@ozlabs$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox