summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme2307.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-21 18:39:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-21 18:39:06 +0000
commit93d20478f75a89efc5837f8da47508c1cb154024 (patch)
tree168c2c4fc3c99debc0ec0f8ab98eca32d2330819 /make/custom/mvme2307.cfg
parent2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-93d20478f75a89efc5837f8da47508c1cb154024.tar.bz2
2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/mvme2307.cfg: Reflect changes to motorola_powerpc/configure.ac. * custom/mcp750.cfg: Ditto.
Diffstat (limited to 'make/custom/mvme2307.cfg')
-rw-r--r--make/custom/mvme2307.cfg13
1 files changed, 0 insertions, 13 deletions
diff --git a/make/custom/mvme2307.cfg b/make/custom/mvme2307.cfg
index 1bb21ac726..cf9c549dd9 100644
--- a/make/custom/mvme2307.cfg
+++ b/make/custom/mvme2307.cfg
@@ -13,19 +13,6 @@ RTEMS_PPC_EXCEPTION_PROCESSING_MODEL=new
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=motorola_powerpc
-# This section makes the target dependent options file.
-
-# PPC_VECTOR_FILE_BASE (PowerPC)
-# This defines the base address of the exception table.
-# NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100
-
-define make-target-options
- @echo "#define PPCN_60X_USE_DINK 0" >>$@
- @echo "#define PPCN_60X_USE_NONE 1" >>$@
- @echo "#define PPC_USE_DATA_CACHE 1" >>$@
- @echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@
-endef
-
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#