summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-01 13:15:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-01 13:15:26 +0000
commitc61218e85bc7310047273591377063b416e9d1c6 (patch)
tree6ba9fc9cadbf9013fa8bf044bd5011afa35cadbe /make
parentRemoved all references to shared memory driver as it is not supported (diff)
downloadrtems-c61218e85bc7310047273591377063b416e9d1c6.tar.bz2
Removed HAS_MP=no and commented out HAS_NETWORKING=no.
Diffstat (limited to 'make')
-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) \