summaryrefslogtreecommitdiffstats
path: root/c/src/make/custom/default.cfg.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/make/custom/default.cfg.in')
-rw-r--r--c/src/make/custom/default.cfg.in28
1 files changed, 0 insertions, 28 deletions
diff --git a/c/src/make/custom/default.cfg.in b/c/src/make/custom/default.cfg.in
index 872af0d183..0ec951c199 100644
--- a/c/src/make/custom/default.cfg.in
+++ b/c/src/make/custom/default.cfg.in
@@ -40,34 +40,6 @@ CONFIG.$(TARGET_ARCH).CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg
## GCC specs extension file location
RTEMS_BSP_SPECS = $(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs
-## LIBC support
-## Specify the one you want here and fill in the blanks.
-## Currently CYGNUS newlib is supported.
-## NOTE: RTEMS libcsupport.a includes RTEMS versions of stuff like
-## malloc, gettimeofday, etc.
-
-# 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
-else
-HAS_CPLUSPLUS=no
-endif
-
-# Define this to yes if this target wants the TCP/IP stack
-ifeq ($(RTEMS_HAS_NETWORKING),yes)
-HAS_NETWORKING=yes
-else
-HAS_NETWORKING=no
-endif
-
-# Define this to yes if this target wants the posix api
-ifeq ($(RTEMS_HAS_POSIX_API),yes)
-HAS_POSIX_API=yes
-else
-HAS_POSIX_API=no
-endif
-
# Base name of start file
START_BASE=start