summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/mvme2307.cfg8
1 files changed, 0 insertions, 8 deletions
diff --git a/make/custom/mvme2307.cfg b/make/custom/mvme2307.cfg
index 01716577c1..cc28cf331a 100644
--- a/make/custom/mvme2307.cfg
+++ b/make/custom/mvme2307.cfg
@@ -12,10 +12,6 @@ RTEMS_CPU_MODEL=ppc604
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=mvme2307
-# This target does NOT support the TCP/IP stack so ignore requests
-# to enable it.
-#HAS_NETWORKING=no
-
# This section makes the target dependent options file.
# NDEBUG (C library)
@@ -75,10 +71,6 @@ CPU_CFLAGS = -mcpu=604
# NOTE: some level of -O may be actually required by inline assembler
CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
-# Define this to yes if this target supports multiprocessor environments.
-HAS_MP=no
-
-
# The following is a linkcmds file which will work without using the
# -specs system in gcc 2.8.
# $(LD) $(XLDFLAGS) -T $(LINKCMDS) \