summaryrefslogtreecommitdiffstats
path: root/rsb/source-builder.rst
diff options
context:
space:
mode:
Diffstat (limited to 'rsb/source-builder.rst')
-rw-r--r--rsb/source-builder.rst28
1 files changed, 0 insertions, 28 deletions
diff --git a/rsb/source-builder.rst b/rsb/source-builder.rst
index 81e4ea8..9b2f096 100644
--- a/rsb/source-builder.rst
+++ b/rsb/source-builder.rst
@@ -76,31 +76,3 @@ configuration can read the remaining sections.
If you think you have found a problem please see :ref:`Bugs, Crashes, and
Build Failures`.
-
-Controlling the Tools Build
----------------------------
-
-Build sets can be controlled via the command line to enable and disable various
-features. There is no definitive list of build options that can be listed
-because they are implemented with the configuration scripts. The best way to
-find what is available is to grep the configuration files. for ``with`` and
-``without``.
-
-Following are currently available:
-
-``--without-rtems``
- Do not build RTEMS when building an RTEMS build set.
-
-``--without-cxx``
- Do not build a C++ compiler.
-
-``--with-ada``
- Attempt to build an Ada compiler. You need a native GNAT installed.
-
-``--with-fortran``
- Attempt to build a Fortran compiler.
-
-``--with-objc``
- Attempt to build a C++ compiler.
-
-