From 9f8115f90a599cbcb29e86ac00e44e90b762e84c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 16 Dec 2010 21:33:31 +0000 Subject: 2010-12-16 Joel Sherrill * 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. --- testsuites/libtests/ChangeLog | 6 ++++++ testsuites/libtests/math/Makefile.am | 2 +- testsuites/libtests/math/init.c | 4 +++- 3 files changed, 10 insertions(+), 2 deletions(-) (limited to 'testsuites') 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 + + * 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 * 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 -- cgit v1.2.3