Changeset f95699b in rtems-docs for rsb/source-builder.rst
- Timestamp:
- 01/10/19 11:52:25 (3 years ago)
- Branches:
- 5, am, master
- Children:
- 7cef256
- Parents:
- 9e18bcb
- git-author:
- Sebastian Huber <sebastian.huber@…> (01/10/19 11:52:25)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (01/11/19 06:23:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rsb/source-builder.rst
r9e18bcb rf95699b 77 77 If you think you have found a problem please see :ref:`Bugs, Crashes, and 78 78 Build Failures`. 79 80 Controlling the Tools Build81 ---------------------------82 83 Build sets can be controlled via the command line to enable and disable various84 features. There is no definitive list of build options that can be listed85 because they are implemented with the configuration scripts. The best way to86 find what is available is to grep the configuration files. for ``with`` and87 ``without``.88 89 Following are currently available:90 91 ``--without-rtems``92 Do not build RTEMS when building an RTEMS build set.93 94 ``--without-cxx``95 Do not build a C++ compiler.96 97 ``--with-ada``98 Attempt to build an Ada compiler. You need a native GNAT installed.99 100 ``--with-fortran``101 Attempt to build a Fortran compiler.102 103 ``--with-objc``104 Attempt to build a C++ compiler.105 106
Note: See TracChangeset
for help on using the changeset viewer.