summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/math/init.c
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/libtests/math/init.c
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 '')
-rw-r--r--testsuites/libtests/math/init.c4
1 files changed, 3 insertions, 1 deletions
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