summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-08-14 14:23:10 +1000
committerChris Johns <chrisj@rtems.org>2013-08-14 14:23:10 +1000
commit7a5f268d6aac4e740e9875d18fa59d82e3c80d77 (patch)
treef01684e4c7079eadda1b1b31c938b98ec9002d1d /doc
parentdoc: Add the patch module to cygwn. (diff)
downloadrtems-source-builder-7a5f268d6aac4e740e9875d18fa59d82e3c80d77.tar.bz2
doc: Add controlling the build. Add patch to cygwin.
Diffstat (limited to 'doc')
-rw-r--r--doc/source-builder.txt18
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/source-builder.txt b/doc/source-builder.txt
index f0fb1fd..4edbbe2 100644
--- a/doc/source-builder.txt
+++ b/doc/source-builder.txt
@@ -9,7 +9,7 @@ RTEMS Source Builder
image:images/rtemswhitebg.jpg["RTEMS",width="30%"]
Chris Johns <chrisj@rtems.org>
-1.2, April 2013
+1.4, August 2013
RTEMS Tools From Source
-----------------------
@@ -512,6 +512,22 @@ sparc-rtems4.11-gcc-4.7.2-newlib-1.20.0-1.tar.bz2
<2> The GDB package tar file.
<3> The build set tar file. All the others in a single tar file.
+Controlling the Build
+~~~~~~~~~~~~~~~~~~~~~
+
+Build sets can be controlled via the command line to enable and disable various
+features. There is no definitive list of build options that can be listed
+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:
+
+'--without-rtems':: Do not build RTEMS when building an RTEMS build set.
+'--without-cxx':: Do not build a C++ compiler.
+'--with-objc':: Attempt to build a C++ compiler.
+'--with-fortran':: Attempt to build a Fortran compiler.
+
Why Build from Source ?
-----------------------