Changeset 85d8eb2 in rtems
- Timestamp:
- 02/25/99 19:34:33 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- e069cdc3
- Parents:
- e1b77701
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.configure
re1b77701 r85d8eb2 22 22 --disable-rtems-inlines 23 23 --disable-posix 24 --disable-tests25 24 --disable-networking 26 25 --enable-cxx … … 31 30 --enable-libcdir=<DIRECTORY> (do not use if gcc 2.8 is enabled) 32 31 --enable-rtemsbsp="bsp1 bsp2 ..." 32 --enable-tests 33 33 34 34 In addition, the following standard autoconf options are frequently … … 49 49 it will also be build. 50 50 51 By default, the RTEMS test suites are configured. The --disable-tests52 will not configure the RTEMS test suite. Th is is used only to speed-up53 configuration in case building the tests are not necessary.51 By default, the RTEMS test suites are NOT configured. The --enable-tests 52 will not configure the RTEMS test suite. The default speeds up the build 53 and configure process when the tests are not desired. 54 54 55 55 By 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 eitherthe61 egcs source tree, testgcc snapshots, or gcc 2.8.0 or newer. 56 NOT 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 58 this feature. You should use the --enable-gcc28 option when using 59 either the egcs source tree, testgcc snapshots, or gcc 2.8.0 or newer. 60 If you --disable-gcc28, then you MUST specify the location of the 61 Standard C Library with the --enable-libcdir option. 62 62 63 63 By default, all bsps for a target are built. The bare BSP is not built
Note: See TracChangeset
for help on using the changeset viewer.