summaryrefslogtreecommitdiffstats
path: root/make/custom/psim.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-21 18:35:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-21 18:35:42 +0000
commitbbb6af24fac118f633c0ffbe3213efa2cf9c177f (patch)
treea5fa8cacfbb59f17ff3c8bd510aab69bc947e104 /make/custom/psim.cfg
parent2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-bbb6af24fac118f633c0ffbe3213efa2cf9c177f.tar.bz2
2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/dmv177.cfg: Reflect changes to dmv177/configure.ac. * custom/ppcn_60x.cfg: Refect changes to ppcn_60x/configure.ac. * custom/psim.cfg: Refect changes to psim/configure.ac. * custom/score603e.cfg: Reflect changes to score603e/configure.ac, remove SCORE603E_GENERATION.
Diffstat (limited to '')
-rw-r--r--make/custom/psim.cfg17
1 files changed, 0 insertions, 17 deletions
diff --git a/make/custom/psim.cfg b/make/custom/psim.cfg
index aa01beb8b3..6cc3c01153 100644
--- a/make/custom/psim.cfg
+++ b/make/custom/psim.cfg
@@ -12,23 +12,6 @@ RTEMS_CPU_MODEL=ppc603e
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=psim
-# 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 0xFFF00100" >>$@
- @echo "#define PPC_USE_SPRG 1" >>$@
-endef
-
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#