summaryrefslogtreecommitdiffstats
path: root/README.configure
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-31 22:04:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-31 22:04:17 +0000
commit91333c27bdc98ea872c97ec41be98fab5de4e442 (patch)
tree6a5e3d36ef87ef4fa8f6316252c58855fcf50fd1 /README.configure
parentAdded support for rtems_message_queue_get_number_pending. (diff)
downloadrtems-91333c27bdc98ea872c97ec41be98fab5de4e442.tar.bz2
Merged very large and much appreciated patch from Chris Johns
<cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.
Diffstat (limited to '')
-rw-r--r--README.configure5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.configure b/README.configure
index 9a20359e71..23e16bbe8c 100644
--- a/README.configure
+++ b/README.configure
@@ -20,6 +20,7 @@ RTEMS-specific option are supported:
--disable-posix
--disable-tests
--disable-ka9q
+ --enable-cpp
--enable-gcc28
--enable-libcdir=<DIRECTORY>
--enable-rtemsbsp="bsp1 bsp2 ..."
@@ -30,6 +31,10 @@ it. It can be disabled with the --disable-posix option.
By default, the RTEMS port of the KA9Q TCP/IP stack is build for targets
that support it. It can be disabled with the --disable-ka9q option.
+By default, the RTEMS support of C++ is disabled. It can be enabled
+with the --enable-cpp option. If the rtems++ C++ library is installed
+it will also be build.
+
By default, the RTEMS test suites are configured. The --disable-tests
will not configure the RTEMS test suite. This is used only to speed-up
configuration in case building the tests are not necessary.