source: rtems/c/src/make/bsp.cfg.in @ 5a23ca84

4.104.114.84.95
Last change on this file since 5a23ca84 was d6c83529, checked in by Joel Sherrill <joel.sherrill@…>, on 11/16/99 at 15:48:11

Patch rtems-rc-19991105-1.diff.gz from Ralf Corsepius
<corsepiu@…> which does the following:

This is the configuration cleanup patch:

Main changes:

  • TARGET_ARCH removed
  • target.cfg.in moved to c/make/target.cfg.in (Only configured once for all BSPs of a target)
  • BARE_XXX variables appended to bsp.cfg.in
  • autogen renamed to bootstrap
  • removed stray variables from make/custom/*.cfg

To apply:

cd <source-tree>
rm c/src/make/target.cfg.in
cp autogen bootstrap
mkdir c/make
cp make/target.cfg.in c/make/target.cfg.in
rm make/target.cfg.in
rm autogen
patch -p1 < rtems-rc-19991105-1.diff

  • Property mode set to 100644
File size: 635 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 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@
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.