summaryrefslogtreecommitdiff
path: root/libm/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-11-14 15:59:35 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-11-14 16:25:33 +0100
commit73d6e5c41b61633e22ea74e3aa2df721512dca57 (patch)
tree496997a4fe295418c7d34b5ffc194c805470fadd /libm/Makefile.in
parent2c3ed060512a2e90ec9f912cf1a5eb1ecd700fb9 (diff)
libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts
alias l to their normal double counterparts. Works around problems with libgcc blindly calling __finitel on e.g. ppc32 Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libm/Makefile.in')
-rw-r--r--libm/Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/libm/Makefile.in b/libm/Makefile.in
index d17d64fae..f1f42f696 100644
--- a/libm/Makefile.in
+++ b/libm/Makefile.in
@@ -129,11 +129,6 @@ FL_MOBJ := \
# Not implemented [yet?]: nexttowardl.o
LD_MOBJ := \
- __finitel.o \
- __fpclassifyl.o \
- __isinfl.o \
- __isnanl.o \
- __signbitl.o \
acoshl.o \
acosl.o \
asinhl.o \