summaryrefslogtreecommitdiffstats
path: root/user/installation
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-10-12 13:44:22 -0500
committerJoel Sherrill <joel@rtems.org>2018-10-13 20:06:50 -0500
commitc1809d631dc2dc9e30894325680ff9f5396ccff8 (patch)
treecaaa7366f4bbdd7ac9c3f9d9bfd97f1737e4e074 /user/installation
parentc-user/index.rst: Reorder linker sets and directive status codes (diff)
downloadrtems-docs-c1809d631dc2dc9e30894325680ff9f5396ccff8.tar.bz2
Merge duplicative RSB Quick Start into Users Guide
Diffstat (limited to 'user/installation')
-rw-r--r--user/installation/releases.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/user/installation/releases.rst b/user/installation/releases.rst
index c21326d..3860d74 100644
--- a/user/installation/releases.rst
+++ b/user/installation/releases.rst
@@ -48,8 +48,9 @@ shosted here. It has excellent internet access and performance.
.. note:: **Controlling the RTEMS Kernel Build**
- Building releases by default builds the RTEMS kernel. To not build the RTEMS
- kernel add the ``--without-rtems`` option to the RSB command line.
+ Building releases by default does not build the RTEMS kernel. To
+ build the RTEMS kernel add the ``--with-rtems`` option to the RSB
+ command line.
By default all the BSPs for an architecture are built. If you only wish to
have a specific BSP built you can specify the BSP list by providing to the
@@ -284,4 +285,4 @@ discussed in :ref:`msys2_parallel_builds`.
cleaning: sparc-rtems4.11-kernel-4.11.0-1
Build Set: Time 0:19:15.713662
-You can now build a 3rd party library or an application as defailted in TBD.
+You can now build a 3rd party library or an application as defaulted in TBD.