summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/iostream/system.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2007-11-29 06:40:47 +0000
committerChris Johns <chrisj@rtems.org>2007-11-29 06:40:47 +0000
commitdd0e6bf6d6e946c28e72a81bb25f1e70cd4dff4c (patch)
tree6a67b767fdf55389fbea71a67ffcede1a4c403f6 /testsuites/samples/iostream/system.h
parent2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-dd0e6bf6d6e946c28e72a81bb25f1e70cd4dff4c.tar.bz2
2007-11-29 Chris Johns <chrisj@rtems.org>
* iostream/Makefile.am: Change the executable name so it does not create a file which is the same name as the standard header file. * iostream/system.h: Need to increase the number of semaphores for the libstdc++ runtime.
Diffstat (limited to 'testsuites/samples/iostream/system.h')
-rw-r--r--testsuites/samples/iostream/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/samples/iostream/system.h b/testsuites/samples/iostream/system.h
index e738b1a631..be7660867b 100644
--- a/testsuites/samples/iostream/system.h
+++ b/testsuites/samples/iostream/system.h
@@ -29,6 +29,8 @@ rtems_task Init(
#define CONFIGURE_MAXIMUM_TASKS 1
+#define CONFIGURE_MAXIMUM_SEMAPHORES 5
+
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM