summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-30 14:04:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-30 14:04:20 +0000
commitde0d00512ff464248dcc8b2871ce7dae71b202b3 (patch)
tree2dd9f463678e4a28beca28d87c150c4bfaf55b0d
parentMade HAS_POSIX_API have a "no" definition when it is not enabled. (diff)
downloadrtems-de0d00512ff464248dcc8b2871ce7dae71b202b3.tar.bz2
Made the C++ option follow the configure option.
-rw-r--r--make/custom/gensh1.cfg9
1 files changed, 0 insertions, 9 deletions
diff --git a/make/custom/gensh1.cfg b/make/custom/gensh1.cfg
index d5d69d9c04..273b537f7a 100644
--- a/make/custom/gensh1.cfg
+++ b/make/custom/gensh1.cfg
@@ -26,15 +26,6 @@ CPU_CFLAGS=-m1
# RTEMS_LIBC_DIR must already be set
RTEMS_USE_NEWLIB=yes
-# 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.
-#
-# Need "main" in BSP so can't link C++ sample test or you will get
-# duplicate symbol errors for main
-#
-# not yet supported
-HAS_CPLUSPLUS=no
-
# Define this to yes if this target supports multiprocessor environments.
HAS_MP=no