source: rtems/c/src/make/bsp.cfg.in @ 8ab6252

4.104.115
Last change on this file since 8ab6252 was cd812d5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/16/09 at 14:33:55

Remove BARE_CPU_MODEL, BARE_CPU_CFLAGS.

  • Property mode set to 100644
File size: 526 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 = no
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 ITRON API ?
20##
21HAS_ITRON_API = @HAS_ITRON_API@
22
23##
24## Does this BSP support RTEMS's CXX API ?
25##
26HAS_CPLUSPLUS = @HAS_CPLUSPLUS@
27
28##
29## Does this BSP support RTEMS's networking ?
30##
31HAS_NETWORKING = @HAS_NETWORKING@
Note: See TracBrowser for help on using the repository browser.