From 53c9f62657f222a3fefed852e1b2029033ec4014 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 14 Nov 2009 17:50:41 +0100 Subject: 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 --- libm/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libm/Makefile.in') 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 \ -- cgit v1.2.3