source: rtems/c/src/make/bsp.cfg.in @ 3cad2919

4.104.114.84.95
Last change on this file since 3cad2919 was 3a8915e, checked in by Joel Sherrill <joel.sherrill@…>, on 08/06/99 at 17:55:25

Patch rtems-rc-19990709-6-diff from Ralf Corsepius <corsepiu@…>
applied. This modified many Makefiles and custom files and makes many more
settings (network, multiprocessing, etc) gnerated by autoconf.

  • Property mode set to 100644
File size: 450 bytes
Line 
1## BSP configuration flags for BSP "@RTEMS_BSP@"
2
3##
4## Does this BSP support multiprocessing ?
5##
6HAS_MP = @HAS_MP@
7
8##
9## Does this BSP support RTEMS's remote debugger ?
10##
11HAS_RDBG = @HAS_RDBG@
12
13##
14## Does this BSP support RTEMS's posix API ?
15##
16HAS_POSIX_API = @HAS_POSIX_API@
17
18##
19## Does this BSP support RTEMS's CXX API ?
20##
21HAS_CPLUSPLUS = @HAS_CPLUSPLUS@
22
23##
24## Does this BSP support RTEMS's networking ?
25##
26HAS_NETWORKING = @HAS_NETWORKING@
Note: See TracBrowser for help on using the repository browser.