summaryrefslogtreecommitdiffstats
path: root/make/custom/default.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-06 17:55:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-06 17:55:25 +0000
commit3a8915e6ee7974d832994d218c6a90b83cd86323 (patch)
tree3dde98ccb6120fb27412044b6b951c2af13a2781 /make/custom/default.cfg
parentTypo -- removed blank line at top of file. (diff)
downloadrtems-3a8915e6ee7974d832994d218c6a90b83cd86323.tar.bz2
Patch rtems-rc-19990709-6-diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
applied. This modified many Makefiles and custom files and makes many more settings (network, multiprocessing, etc) gnerated by autoconf.
Diffstat (limited to '')
-rw-r--r--make/custom/default.cfg28
1 files changed, 0 insertions, 28 deletions
diff --git a/make/custom/default.cfg b/make/custom/default.cfg
index 918032b765..c6628f8068 100644
--- a/make/custom/default.cfg
+++ b/make/custom/default.cfg
@@ -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