Changeset f95699b in rtems-docs


Ignore:
Timestamp:
01/10/19 11:52:25 (5 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, 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)
Message:

rsb: Move content of duplicate section

Move "Controlling the Tools Build" section and "Building Tools and
RTEMS" chapter to "Project Sets" chapter and "RTEMS" section.

Location:
rsb
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • rsb/index.rst

    r9e18bcb rf95699b  
    3030    source-builder
    3131    why-build-from-source.rst
    32     building-tools-and-rtems.rst
    3332    project-sets
    3433    cross-canadian-cross
  • rsb/project-sets.rst

    r9e18bcb rf95699b  
    2929use of them. If you add new generic configurations please contribute them back
    3030to the project
     31
     32Build sets can be controlled via the command line to enable
     33(``--with-<feature>``) and disable (``--without-<feature>``) various features.
     34There is no definitive list of build options that can be listed because they
     35are implemented with the configuration scripts.  The best way to find what is
     36available is to grep the configuration files for ``with`` and ``without``.
    3137
    3238Bare Metal
     
    135141       4.11/rtems-sparc
    136142
     143Following features can be enabled/disabled via the command line for the RTEMS
     144build sets:
     145
     146``--without-rtems``
     147  Do not build RTEMS when building an RTEMS build set.
     148
     149``--without-cxx``
     150  Do not build a C++ compiler.
     151
     152``--with-ada``
     153  Attempt to build an Ada compiler.  You need a native GNAT installed.
     154
     155``--with-fortran``
     156  Attempt to build a Fortran compiler.
     157
     158``--with-objc``
     159  Attempt to build a C++ compiler.
     160
    137161Patches
    138162-------
  • rsb/source-builder.rst

    r9e18bcb rf95699b  
    7777   If you think you have found a problem please see :ref:`Bugs, Crashes, and
    7878   Build Failures`.
    79 
    80 Controlling the Tools Build
    81 ---------------------------
    82 
    83 Build sets can be controlled via the command line to enable and disable various
    84 features. There is no definitive list of build options that can be listed
    85 because they are implemented with the configuration scripts. The best way to
    86 find what is available is to grep the configuration files. for ``with`` and
    87 ``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.