summaryrefslogtreecommitdiffstats
path: root/gcc/rtems_gcc_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rtems_gcc_main.c')
-rw-r--r--gcc/rtems_gcc_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtems_gcc_main.c b/gcc/rtems_gcc_main.c
index 5cb6dd2..6984a54 100644
--- a/gcc/rtems_gcc_main.c
+++ b/gcc/rtems_gcc_main.c
@@ -29,12 +29,12 @@ rtems_task Init(rtems_task_argument ignored)
}
/* configuration information */
-#define CONFIGURE_MAXIMUM_TASKS 1
#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 20
/* might as well treat all memory as one pool */
#define CONFIGURE_UNIFIED_WORK_AREAS
+#define CONFIGURE_UNLIMITED_OBJECTS
/* GCC tests start at main, use a lot of stack and may use the FPU */
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE