forked from Imagelibrary/rtems
Corrected the comments on --enable-gcc28 and switched the sense of the
--enable-tests switch.
This commit is contained in:
@@ -21,7 +21,6 @@ RTEMS-specific option are supported:
|
|||||||
|
|
||||||
--disable-rtems-inlines
|
--disable-rtems-inlines
|
||||||
--disable-posix
|
--disable-posix
|
||||||
--disable-tests
|
|
||||||
--disable-networking
|
--disable-networking
|
||||||
--enable-cxx
|
--enable-cxx
|
||||||
--enable-bare-cpu-model=<MODEL>
|
--enable-bare-cpu-model=<MODEL>
|
||||||
@@ -30,6 +29,7 @@ RTEMS-specific option are supported:
|
|||||||
--enable-gmake-print-directory
|
--enable-gmake-print-directory
|
||||||
--enable-libcdir=<DIRECTORY> (do not use if gcc 2.8 is enabled)
|
--enable-libcdir=<DIRECTORY> (do not use if gcc 2.8 is enabled)
|
||||||
--enable-rtemsbsp="bsp1 bsp2 ..."
|
--enable-rtemsbsp="bsp1 bsp2 ..."
|
||||||
|
--enable-tests
|
||||||
|
|
||||||
In addition, the following standard autoconf options are frequently
|
In addition, the following standard autoconf options are frequently
|
||||||
used when configuring RTEMS installations:
|
used when configuring RTEMS installations:
|
||||||
@@ -48,17 +48,17 @@ By default, the RTEMS support of C++ is disabled. It can be enabled
|
|||||||
with the --enable-cxx option. If the rtems++ C++ library is installed
|
with the --enable-cxx option. If the rtems++ C++ library is installed
|
||||||
it will also be build.
|
it will also be build.
|
||||||
|
|
||||||
By default, the RTEMS test suites are configured. The --disable-tests
|
By default, the RTEMS test suites are NOT configured. The --enable-tests
|
||||||
will not configure the RTEMS test suite. This is used only to speed-up
|
will not configure the RTEMS test suite. The default speeds up the build
|
||||||
configuration in case building the tests are not necessary.
|
and configure process when the tests are not desired.
|
||||||
|
|
||||||
By default, RTEMS is built using arguments and build rules which are
|
By default, RTEMS is built using arguments and build rules which are
|
||||||
compatible with gcc 2.7.2.2. This requires that the user specify
|
NOT compatible with gcc 2.7.2.2. If using a gcc which supports the
|
||||||
the location of the Standard C Library with the --enable-libcdir
|
-specs option, then the --enable-gcc28 option may be used to enable
|
||||||
option. If using a gcc which supports the -specs option, then
|
this feature. You should use the --enable-gcc28 option when using
|
||||||
the --enable-gcc28 option may be used to enable this feature.
|
either the egcs source tree, testgcc snapshots, or gcc 2.8.0 or newer.
|
||||||
You should use the --enable-gcc28 option when using either the
|
If you --disable-gcc28, then you MUST specify the location of the
|
||||||
egcs source tree, testgcc snapshots, or gcc 2.8.0 or newer.
|
Standard C Library with the --enable-libcdir option.
|
||||||
|
|
||||||
By default, all bsps for a target are built. The bare BSP is not built
|
By default, all bsps for a target are built. The bare BSP is not built
|
||||||
unless directlty specified. There are two ways of changing this:
|
unless directlty specified. There are two ways of changing this:
|
||||||
|
|||||||
Reference in New Issue
Block a user