summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/mathl
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-06 06:58:34 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-12 09:36:20 +0100
commit5ba4f38399c318191afcc7a2ee5cd6a19a6939ec (patch)
tree2062780bb87c214cd150ccba5bcc1be1ffecb169 /testsuites/libtests/mathl
parentsptests: Remove obsolete semaphore consume driver (diff)
downloadrtems-5ba4f38399c318191afcc7a2ee5cd6a19a6939ec.tar.bz2
libtests: Avoid build system defined defines
Update #3818.
Diffstat (limited to 'testsuites/libtests/mathl')
-rw-r--r--testsuites/libtests/mathl/domathl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/libtests/mathl/domathl.c b/testsuites/libtests/mathl/domathl.c
index d0758dcc74..0781577d28 100644
--- a/testsuites/libtests/mathl/domathl.c
+++ b/testsuites/libtests/mathl/domathl.c
@@ -14,6 +14,9 @@
#include "config.h"
#endif
+/* FIXME: Why is this defined? */
+#define NO_LONG_DOUBLE
+
#ifdef NO_LONG_DOUBLE
#define PROVIDE_EMPTY_FUNC
#endif