summaryrefslogtreecommitdiff
path: root/rtems/user.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-02 16:28:39 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-02 16:28:39 -0500
commit5e5439a3efd5148b0adf2de82a2dfe192b71b3d2 (patch)
treef2b5ea3e056116db42f96c1122638ce1607b393a /rtems/user.cfg
parentc882ea6d972ee3d43947b4de4a87bdb2d5e378b5 (diff)
bit_rtems: Add SMP and keep going support
Diffstat (limited to '')
-rw-r--r--rtems/user.cfg25
1 files changed, 14 insertions, 11 deletions
diff --git a/rtems/user.cfg b/rtems/user.cfg
index 4ab8d54..52b95d4 100644
--- a/rtems/user.cfg
+++ b/rtems/user.cfg
@@ -15,10 +15,7 @@
# Recommended installation point for various OS's:
# Linux: /usr/local/rtems
# Solaris: /opt/gnu/rtems
-#INSTALL_POINT=/opt/rtems-4.10
-#INSTALL_POINT=/opt/rtems-test
-INSTALL_POINT=/home/joel/rtems-4.10-work/bsp-install/
-#INSTALL_POINT=/home/joel/work-gnat/svn/bsp-install/
+INSTALL_POINT=/home/joel/rtems-4.11-work/bsp-install/
#
# RTEMS Configuration Information
@@ -35,23 +32,34 @@ ENABLE_RTEMS_MULTILIB=no
# POSIX functionality including POSIX threads support.
ENABLE_RTEMS_POSIX=yes
+# Set this to yes if you want to build the TCP/IP stack and
+# associated clients and servers. This is automatically disabled
+# for BSPs that have no networking support.
+ENABLE_RTEMS_TCPIP=no
+
# Set this to yes if you want to enable the RTEMS uITRON 3.0 API
# implementation. This API is not completely implemented and
# volunteers are encouraged to assist in finishing it.
ENABLE_RTEMS_ITRON=no
-# Set this to yes if you want to enable multiprocessing support.
+# Set this to yes if you want to enable distributed multiprocessing support.
# Multiprocessing is automatically disabled for BSPs without MP support.
ENABLE_RTEMS_MP=no
+# Set this to yes if you want to enable SMP support.
+ENABLE_RTEMS_SMP=yes
+
# Set this to yes if you want to enable C++ support including
# the RTEMS Classic API class libraries
ENABLE_RTEMS_CXX=no
+# Set this to yes if you want to keep building (e.g. make -k)
+ENABLE_KEEP_BUILDING=yes
+
# Set this to yes if you want to build the full set of RTEMS
# tests appropriate for your configuration. Or set it to
# samples if you just want the samples
-# ENABLE_RTEMS_TESTS=no
+# ENABLE_RTEMS_TESTS=samples
# ENABLE_RTEMS_TESTS=samples
ENABLE_RTEMS_TESTS=yes
@@ -66,11 +74,6 @@ ENABLE_RTEMS_ADA=no
# Classic API Ada binding.
ENABLE_RTEMS_ADA_TESTS=yes
-# Set this to yes if you want to build the TCP/IP stack and
-# associated clients and servers. This is automatically disabled
-# for BSPs that have no networking support.
-ENABLE_RTEMS_TCPIP=yes
-
# Set this to yes if you want to enable a remote debugging
# via Ethernet. Currently this is not supported on all ports
# of RTEMS.