summaryrefslogtreecommitdiffstats
path: root/make/custom/FreeBSD-posix.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/FreeBSD-posix.cfg')
-rw-r--r--make/custom/FreeBSD-posix.cfg10
1 files changed, 1 insertions, 9 deletions
diff --git a/make/custom/FreeBSD-posix.cfg b/make/custom/FreeBSD-posix.cfg
index bae94800df..c0f79df4f5 100644
--- a/make/custom/FreeBSD-posix.cfg
+++ b/make/custom/FreeBSD-posix.cfg
@@ -26,18 +26,10 @@ LIBC_DEFINES += -DHEAPSPACE_MB=1
# Define this to yes if C++ is included in the development environment
# This requires that at least the GNU C++ compiler and libg++ be installed.
-ifeq ($(RTEMS_HAS_CPLUSPLUS),yes)
-HAS_CPLUSPLUS=yes
+ifeq ($(HAS_CPLUSPLUS),yes)
CPLUS_LD_LIBS += $(PROJECT_RELEASE)/lib/librtems++$(LIBSUFFIX_VA)
endif
-# This target does NOT support the TCP/IP stack so ignore requests
-# to enable it.
-HAS_NETWORKING=no
-
-# This target does NOT support the POSIX API.
-HAS_POSIX_API=no
-
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V = -O2