source: rtems/c/src/make/bsp.cfg.in @ 787ca182

4.104.114.84.95
Last change on this file since 787ca182 was 787ca182, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/04/07 at 05:45:16

2007-08-04 Ralf Corsépius <ralf.corsepius@…>

  • bsp.cfg.in: Hard-code HAS_RDBG = no.
  • target.cfg.in: Hard-code RTEMS_HAS_RDBG = no.
  • Property mode set to 100644
File size: 627 bytes
RevLine 
[3a8915e]1## BSP configuration flags for BSP "@RTEMS_BSP@"
2
[1896a650]3##
4## Does this BSP support multiprocessing ?
5##
6HAS_MP = @HAS_MP@
7
8##
9## Does this BSP support RTEMS's remote debugger ?
10##
[787ca182]11HAS_RDBG = no
[3a8915e]12
13##
14## Does this BSP support RTEMS's posix API ?
15##
16HAS_POSIX_API = @HAS_POSIX_API@
17
[c73b8ac2]18##
19## Does this BSP support RTEMS's ITRON API ?
20##
21HAS_ITRON_API = @HAS_ITRON_API@
22
[3a8915e]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@
[d6c83529]32
33## Only used for the bare bsp
34BARE_CPU_MODEL = @BARE_CPU_MODEL@
35BARE_CPU_CFLAGS = @BARE_CPU_CFLAGS@
Note: See TracBrowser for help on using the repository browser.