summaryrefslogtreecommitdiffstats
path: root/README.configure
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-17 16:09:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-17 16:09:09 +0000
commit55b8fef2a149b154e3bd948121b4161bfe301466 (patch)
treef966e65775b0a72782581dafe2944c0fce2d51b2 /README.configure
parentUnlimited objects patch from Chris Johns <ccj@acm.org>. Email follows: (diff)
downloadrtems-55b8fef2a149b154e3bd948121b4161bfe301466.tar.bz2
Patch from Emmanuel Raguet <raguet@crf.canon.fr> to add information
about the enable rdbg configure option.
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.