summaryrefslogtreecommitdiffstats
path: root/make/custom/gen405.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-27 12:09:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-27 12:09:48 +0000
commit4383f3a669f217b197ba6246caee4f61a311c908 (patch)
tree537415a15503b72f8142c2a69f1c871e7a5278d6 /make/custom/gen405.cfg
parent2001-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-4383f3a669f217b197ba6246caee4f61a311c908.tar.bz2
2001-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/gen405.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG; Remove make-target-options. * custom/helas403.cfg: Remove PPC_VECTOR_FILE_BASE, PPC_USE_SPRG; Remove make-target-options. * custom/mbx8xx.cfg: Remove INSTRUCTION_CACHE_ENABLE, DATA_CACHE_ENABLE. * custom/mbx860_005b.cfg: Remove INSTRUCTION_CACHE_ENABLE, DATA_CACHE_ENABLE. * custom/mpc8260ads.cfg: Remove INSTRUCTION_CACHE_ENABLE, DATA_CACHE_ENABLE.
Diffstat (limited to '')
-rw-r--r--make/custom/gen405.cfg17
1 files changed, 0 insertions, 17 deletions
diff --git a/make/custom/gen405.cfg b/make/custom/gen405.cfg
index 09d01162f8..b0cc6a6de6 100644
--- a/make/custom/gen405.cfg
+++ b/make/custom/gen405.cfg
@@ -19,23 +19,6 @@ RTEMS_CPU_MODEL=ppc405
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=gen405
-# 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
-#
-# PPC_USE_SPRG (RTEMS PowerPC port)
-# If defined, then the PowerPC specific code in RTEMS will use some
-# of the special purpose registers to slightly optimize interrupt
-# response time. The use of these registers can conflict with
-# other tools like debuggers.
-
-define make-target-options
- @echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@
- @echo "#define PPC_USE_SPRG 1" >>$@
-endef
-
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#