summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-12-16 21:33:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-12-16 21:33:31 +0000
commit9f8115f90a599cbcb29e86ac00e44e90b762e84c (patch)
tree98243723a3ca30d136f7cb23aba2422a14a8500a /testsuites
parent2010-12-16 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-9f8115f90a599cbcb29e86ac00e44e90b762e84c.tar.bz2
2010-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* math/Makefile.am, math/init.c: Init task has to be floating point and there is no point in using optional manager stubs since libio needs semaphores.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/libtests/ChangeLog6
-rw-r--r--testsuites/libtests/math/Makefile.am2
-rw-r--r--testsuites/libtests/math/init.c4
3 files changed, 10 insertions, 2 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index be67058759..8de6ab710d 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * math/Makefile.am, math/init.c: Init task has to be floating point and
+ there is no point in using optional manager stubs since libio needs
+ semaphores.
+
2010-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for complex.h.
diff --git a/testsuites/libtests/math/Makefile.am b/testsuites/libtests/math/Makefile.am
index 65c1479cf0..ebfbfc182f 100644
--- a/testsuites/libtests/math/Makefile.am
+++ b/testsuites/libtests/math/Makefile.am
@@ -34,7 +34,7 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-math_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) -lm
+math_LDADD = -lm
LINK_OBJS = $(math_OBJECTS) $(math_LDADD)
LINK_LIBS = $(math_LDLIBS)
diff --git a/testsuites/libtests/math/init.c b/testsuites/libtests/math/init.c
index b657d386c1..8cefe0f261 100644
--- a/testsuites/libtests/math/init.c
+++ b/testsuites/libtests/math/init.c
@@ -54,7 +54,9 @@ int main( void )
#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
-#define CONFIGURE_MAXIMUM_TASKS 1
+#define CONFIGURE_MAXIMUM_TASKS 1
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
+
#define CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE