Changeset 85d8eb2 in rtems


Ignore:
Timestamp:
02/25/99 19:34:33 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
e069cdc3
Parents:
e1b77701
Message:

Corrected the comments on --enable-gcc28 and switched the sense of the
--enable-tests switch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.configure

    re1b77701 r85d8eb2  
    2222        --disable-rtems-inlines
    2323        --disable-posix
    24         --disable-tests
    2524        --disable-networking
    2625        --enable-cxx
     
    3130        --enable-libcdir=<DIRECTORY>      (do not use if gcc 2.8 is enabled)
    3231        --enable-rtemsbsp="bsp1 bsp2 ..."
     32        --enable-tests
    3333
    3434In addition, the following standard autoconf options are frequently
     
    4949it will also be build.
    5050
    51 By default, the RTEMS test suites are configured.  The --disable-tests
    52 will not configure the RTEMS test suite. This is used only to speed-up
    53 configuration in case building the tests are not necessary.
     51By default, the RTEMS test suites are NOT configured.  The --enable-tests
     52will not configure the RTEMS test suite. The default speeds up the build
     53and configure process when the tests are not desired.
    5454
    5555By default, RTEMS is built using arguments and build rules which are
    56 compatible with gcc 2.7.2.2.  This requires that the user specify
    57 the location of the Standard C Library with the --enable-libcdir
    58 option.  If using a gcc which supports the -specs option, then
    59 the --enable-gcc28 option may be used to enable this feature.
    60 You should use the --enable-gcc28 option when using either the
    61 egcs source tree, testgcc snapshots, or gcc 2.8.0 or newer.
     56NOT compatible with gcc 2.7.2.2.  If using a gcc which supports the
     57-specs option, then the --enable-gcc28 option may be used to enable
     58this feature.  You should use the --enable-gcc28 option when using
     59either the egcs source tree, testgcc snapshots, or gcc 2.8.0 or newer.
     60If you --disable-gcc28, then you MUST  specify the location of the
     61Standard C Library with the --enable-libcdir option. 
    6262
    6363By default, all bsps for a target are built. The bare BSP is not built
Note: See TracChangeset for help on using the changeset viewer.