Corrected the comments on --enable-gcc28 and switched the sense of the

--enable-tests switch.
This commit is contained in:
Joel Sherrill
1999-02-25 19:34:33 +00:00
parent e1b7770144
commit 85d8eb20d2

View File

@@ -21,7 +21,6 @@ RTEMS-specific option are supported:
--disable-rtems-inlines
--disable-posix
--disable-tests
--disable-networking
--enable-cxx
--enable-bare-cpu-model=<MODEL>
@@ -30,6 +29,7 @@ RTEMS-specific option are supported:
--enable-gmake-print-directory
--enable-libcdir=<DIRECTORY> (do not use if gcc 2.8 is enabled)
--enable-rtemsbsp="bsp1 bsp2 ..."
--enable-tests
In addition, the following standard autoconf options are frequently
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
it will also be build.
By default, the RTEMS test suites are configured. The --disable-tests
will not configure the RTEMS test suite. This is used only to speed-up
configuration in case building the tests are not necessary.
By default, the RTEMS test suites are NOT configured. The --enable-tests
will not configure the RTEMS test suite. The default speeds up the build
and configure process when the tests are not desired.
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
the location of the Standard C Library with the --enable-libcdir
option. If using a gcc which supports the -specs option, then
the --enable-gcc28 option may be used to enable this feature.
You should use the --enable-gcc28 option when using either the
egcs source tree, testgcc snapshots, or gcc 2.8.0 or newer.
NOT compatible with gcc 2.7.2.2. If using a gcc which supports the
-specs option, then the --enable-gcc28 option may be used to enable
this feature. You should use the --enable-gcc28 option when using
either the egcs source tree, testgcc snapshots, or gcc 2.8.0 or newer.
If you --disable-gcc28, then you MUST specify the location of the
Standard C Library with the --enable-libcdir option.
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: