summaryrefslogtreecommitdiffstats
path: root/rtems/user.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'rtems/user.cfg')
-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