summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-04-19 10:39:10 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-04-19 10:42:28 -0500
commit0efd807a8f7187511907b8c0dae339f8d9bc108f (patch)
tree13ad088ba676e84888e379c34150a2f5c6ff1ea6
parentcommon.sh: Add or1k (diff)
downloadrtems-testing-0efd807a8f7187511907b8c0dae339f8d9bc108f.tar.bz2
user.cfg: Enable C++ and TCP/IP
-rw-r--r--rtems/user.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtems/user.cfg b/rtems/user.cfg
index 118a0ab..2db9809 100644
--- a/rtems/user.cfg
+++ b/rtems/user.cfg
@@ -35,7 +35,7 @@ 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
+ENABLE_RTEMS_TCPIP=yes
# Set this to yes if you want to enable the RTEMS uITRON 3.0 API
# implementation. This API is not completely implemented and
@@ -51,7 +51,7 @@ 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
+ENABLE_RTEMS_CXX=yes
# Set this to yes if you want to keep building (e.g. make -k)
ENABLE_KEEP_BUILDING=yes