Made the C++ option follow the configure option.

This commit is contained in:
Joel Sherrill
1998-03-30 14:04:20 +00:00
parent cbf2f54333
commit de0d00512f

View File

@@ -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