Changeset 3a8915e in rtems for c/src/make/bsp.cfg.in
- Timestamp:
- Aug 6, 1999, 5:55:25 PM (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2fe7208
- Parents:
- 22544db9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/make/bsp.cfg.in
r22544db9 r3a8915e 1 ## BSP configuration flags for BSP "@RTEMS_BSP@" 2 1 3 ## 2 4 ## Does this BSP support multiprocessing ? … … 8 10 ## 9 11 HAS_RDBG = @HAS_RDBG@ 12 13 ## 14 ## Does this BSP support RTEMS's posix API ? 15 ## 16 HAS_POSIX_API = @HAS_POSIX_API@ 17 18 ## 19 ## Does this BSP support RTEMS's CXX API ? 20 ## 21 HAS_CPLUSPLUS = @HAS_CPLUSPLUS@ 22 23 ## 24 ## Does this BSP support RTEMS's networking ? 25 ## 26 HAS_NETWORKING = @HAS_NETWORKING@
Note: See TracChangeset
for help on using the changeset viewer.