diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-11-14 17:50:41 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-11-14 17:52:05 +0100 |
commit | 53c9f62657f222a3fefed852e1b2029033ec4014 (patch) | |
tree | 84b5b1739521d086f44d6a076288c3e4339186b9 /libm/Makefile.in | |
parent | 73d6e5c41b61633e22ea74e3aa2df721512dca57 (diff) |
Revert "libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts"
This reverts commit 73d6e5c41b61633e22ea74e3aa2df721512dca57.
barking up the wrong tree
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libm/Makefile.in')
-rw-r--r-- | libm/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libm/Makefile.in b/libm/Makefile.in index f1f42f696..d17d64fae 100644 --- a/libm/Makefile.in +++ b/libm/Makefile.in @@ -129,6 +129,11 @@ 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 \ |