forked from Imagelibrary/rtems
2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
* complex/Makefile.am, complex/init.c: Test now runs.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* complex/Makefile.am, complex/init.c: Test now runs.
|
||||
|
||||
2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* monitor/Makefile.am, monitor02/Makefile.am: Switch to all managers
|
||||
|
||||
@@ -37,7 +37,7 @@ include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
if HAS_COMPLEX
|
||||
complex_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) -lm
|
||||
complex_LDADD = -lm
|
||||
|
||||
LINK_OBJS = $(complex_OBJECTS) $(complex_LDADD)
|
||||
LINK_LIBS = $(complex_LDLIBS)
|
||||
|
||||
@@ -58,8 +58,9 @@ int main( void )
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||
|
||||
#define CONFIGURE_MAXIMUM_TASKS 1
|
||||
#define CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
|
||||
#define CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
|
||||
|
||||
#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
|
||||
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
|
||||
|
||||
#define CONFIGURE_INIT
|
||||
|
||||
Reference in New Issue
Block a user