[rtems-testing commit] user.cfg: Enable C++ and TCP/IP
Joel Sherril
joel at rtems.org
Sun Apr 19 15:43:08 UTC 2015
Module: rtems-testing
Branch: master
Commit: 0efd807a8f7187511907b8c0dae339f8d9bc108f
Changeset: http://git.rtems.org/rtems-testing/commit/?id=0efd807a8f7187511907b8c0dae339f8d9bc108f
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Sun Apr 19 10:39:10 2015 -0500
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
More information about the vc
mailing list