summaryrefslogtreecommitdiffstats
path: root/c/src/make/bsp.cfg.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-06 17:55:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-06 17:55:25 +0000
commit3a8915e6ee7974d832994d218c6a90b83cd86323 (patch)
tree3dde98ccb6120fb27412044b6b951c2af13a2781 /c/src/make/bsp.cfg.in
parentTypo -- removed blank line at top of file. (diff)
downloadrtems-3a8915e6ee7974d832994d218c6a90b83cd86323.tar.bz2
Patch rtems-rc-19990709-6-diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
applied. This modified many Makefiles and custom files and makes many more settings (network, multiprocessing, etc) gnerated by autoconf.
Diffstat (limited to '')
-rw-r--r--c/src/make/bsp.cfg.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/c/src/make/bsp.cfg.in b/c/src/make/bsp.cfg.in
index f2acdebb4c..356dd72c20 100644
--- a/c/src/make/bsp.cfg.in
+++ b/c/src/make/bsp.cfg.in
@@ -1,3 +1,5 @@
+## BSP configuration flags for BSP "@RTEMS_BSP@"
+
##
## Does this BSP support multiprocessing ?
##
@@ -7,3 +9,18 @@ HAS_MP = @HAS_MP@
## Does this BSP support RTEMS's remote debugger ?
##
HAS_RDBG = @HAS_RDBG@
+
+##
+## Does this BSP support RTEMS's posix API ?
+##
+HAS_POSIX_API = @HAS_POSIX_API@
+
+##
+## Does this BSP support RTEMS's CXX API ?
+##
+HAS_CPLUSPLUS = @HAS_CPLUSPLUS@
+
+##
+## Does this BSP support RTEMS's networking ?
+##
+HAS_NETWORKING = @HAS_NETWORKING@