Changeset ede9a691 in rtems
- Timestamp:
- 12/22/97 22:40:59 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4f7fd59
- Parents:
- fcb114c1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.configure
rfcb114c1 rede9a691 26 26 --enable-libcdir=<DIRECTORY> (do not use if gcc 2.8 is enabled) 27 27 --enable-rtemsbsp="bsp1 bsp2 ..." 28 29 In addition, the following standard autoconf options are frequently 30 used when configuring RTEMS installations: 31 32 --prefix=INSTALL_DIRECTORY 33 --program-prefix= 28 34 29 35 By default, the RTEMS posix interface is built for targets that support … … 74 80 75 81 The cross-compiler is set to $(target)-gcc by default. This can be 76 overriden by one of the following methods: 77 78 + running make with CC_FOR_TARGET=compiler_to_use. The same applies to 79 all the target specific tools (AS, AR, NM, OBJCOPY, SIZE, LD), or 80 + by using the --program-prefix option to configure to specify the 82 overriden by: 83 84 + using the --program-prefix option to configure to specify the 81 85 string which will prepended to the tool names. Be sure to include 82 86 a trailing "-". For example, to use a m68k-coff toolset, use the
Note: See TracChangeset
for help on using the changeset viewer.