source: rtems/c/src/make/bsp.cfg.in @ 7b35a36

4.115
Last change on this file since 7b35a36 was 6b005b5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/17/10 at 16:30:05

2010-06-17 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.inc.in, bsp.cfg.in, configure.ac, target.cfg.in: Remove itron.
  • aclocal/check-itron.m4, aclocal/enable-itron.m4: Remove.
  • Property mode set to 100644
File size: 513 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 = no
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.