From 3a8915e6ee7974d832994d218c6a90b83cd86323 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 6 Aug 1999 17:55:25 +0000 Subject: Patch rtems-rc-19990709-6-diff from Ralf Corsepius applied. This modified many Makefiles and custom files and makes many more settings (network, multiprocessing, etc) gnerated by autoconf. --- c/src/make/custom/default.cfg.in | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'c/src/make/custom/default.cfg.in') 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 -- cgit v1.2.3