summaryrefslogtreecommitdiffstats
path: root/README.configure
diff options
context:
space:
mode:
Diffstat (limited to 'README.configure')
-rw-r--r--README.configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.configure b/README.configure
index 945f36dbe2..712fa4d826 100644
--- a/README.configure
+++ b/README.configure
@@ -30,6 +30,7 @@ RTEMS-specific option are supported:
--enable-libcdir=<DIRECTORY> (do not use if gcc 2.8 is enabled)
--enable-rtemsbsp="bsp1 bsp2 ..."
--enable-tests
+ --enable-rdbg (only valid for pc386 BSP)
In addition, the following standard autoconf options are frequently
used when configuring RTEMS installations:
@@ -44,6 +45,11 @@ By default, the RTEMS networking support is built for targets which
support it. It can be specifically disabled for those targets
with the --disable-networking option.
+By default, the RTEMS remote debugger server support is not built.
+It can be specifically enabled for the targets that support it.
+with the --enable-rdbg option. NB : the RTEMS networking support
+must be enabled to support the remote debugger server.
+
By default, the RTEMS support of C++ is disabled. It can be enabled
with the --enable-cxx option. If the rtems++ C++ library is installed
it will also be build.