summaryrefslogtreecommitdiffstats
path: root/rsb/quick-start.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-06 06:42:50 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-06 06:43:10 +0200
commit8d94ba1fedfba4bbf5a2a532da3ad1e1f03bbc05 (patch)
tree66ba9679fad316b19b9cf8cd1a24a3f010a8289e /rsb/quick-start.rst
parentUser: Remove conflict marker. (diff)
downloadrtems-docs-8d94ba1fedfba4bbf5a2a532da3ad1e1f03bbc05.tar.bz2
rsb: Mention Ada language option
Diffstat (limited to '')
-rw-r--r--rsb/quick-start.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/rsb/quick-start.rst b/rsb/quick-start.rst
index f39c0a6..16102f7 100644
--- a/rsb/quick-start.rst
+++ b/rsb/quick-start.rst
@@ -517,7 +517,7 @@ 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 currentlt available:
+Following are currently available:
``--without-rtems``
Do not build RTEMS when building an RTEMS build set.
@@ -525,8 +525,11 @@ Following are currentlt available:
``--without-cxx``
Do not build a C++ compiler.
-``--with-objc``
- Attempt to 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.