summaryrefslogtreecommitdiffstats
path: root/user/start/releases.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-03-22 13:42:02 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:27 -0400
commit21519275ccff36a51195332b23b856c7069d5aed (patch)
treea228f87f9efb6df8f50afcbfb681dec18195c987 /user/start/releases.rst
parentAdd a basics section to Getting Started. Rearrange the content. (diff)
downloadrtems-docs-21519275ccff36a51195332b23b856c7069d5aed.tar.bz2
Corrections.
Diffstat (limited to 'user/start/releases.rst')
-rw-r--r--user/start/releases.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/user/start/releases.rst b/user/start/releases.rst
index a5bbe99..389b758 100644
--- a/user/start/releases.rst
+++ b/user/start/releases.rst
@@ -39,7 +39,7 @@ the source on the RTEMS FTP server ensures the source is present for the like
of the release on the RTEMS FTP server. If there is a problem accessing the
RTEMS FTP the RSB will fall back to the packages home site.
-.. note:: **Control the RTEMS Kernel Build**
+.. note:: **Controlling the RTEMS Kernel Build**
The RTEMS kernel is built by default for releases. To not build the RTEMS
kernel add the ``--without-rtems`` option to the RSB command line.
@@ -108,7 +108,8 @@ Build a tool chain for the SPARC architecure. We are using the SPARC
architecture in our example because GDB has a good simulator that lets us run
and test the samples RTEMS builds by default
-If building on Windows add ``--jobs=none`` to avoid GNU make issues on Windows.
+If building on Windows add ``--jobs=none`` to avoid GNU make issues on Windows
+discussed in :ref:`msys2_parallel_builds`.
.. code-block:: shell