From 0efd807a8f7187511907b8c0dae339f8d9bc108f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 19 Apr 2015 10:39:10 -0500 Subject: user.cfg: Enable C++ and TCP/IP --- rtems/user.cfg | 4 ++-- 1 file 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 -- cgit v1.2.3