From 85d8eb20d2f796bc4f608d420b670c92d4ea7fcd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 25 Feb 1999 19:34:33 +0000 Subject: Corrected the comments on --enable-gcc28 and switched the sense of the --enable-tests switch. --- README.configure | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.configure b/README.configure index 40dd22847f..945f36dbe2 100644 --- a/README.configure +++ b/README.configure @@ -21,7 +21,6 @@ RTEMS-specific option are supported: --disable-rtems-inlines --disable-posix - --disable-tests --disable-networking --enable-cxx --enable-bare-cpu-model= @@ -30,6 +29,7 @@ RTEMS-specific option are supported: --enable-gmake-print-directory --enable-libcdir= (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: -- cgit v1.2.3