summaryrefslogtreecommitdiffstats
path: root/make/custom/psim.cfg
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>2004-11-22 22:12:51 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>2004-11-22 22:12:51 +0000
commit30b41419d627410cd0ad027730c38dc528f90ef1 (patch)
treee9d06828d335c7ebe090437b292c7f21e114d54e /make/custom/psim.cfg
parent2004-11-22 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-30b41419d627410cd0ad027730c38dc528f90ef1.tar.bz2
2004-11-22 Jennifer Averett <jennifer@OARcorp.com>
PR 581/bsps * custom/psim.cfg: Convert PSIM to new exception model.
Diffstat (limited to '')
-rw-r--r--make/custom/psim.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/psim.cfg b/make/custom/psim.cfg
index 846f64d80d..9f66ce7243 100644
--- a/make/custom/psim.cfg
+++ b/make/custom/psim.cfg
@@ -7,7 +7,7 @@
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=powerpc
-RTEMS_CPU_MODEL=ppc603e
+RTEMS_CPU_MODEL=mpc6xx
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=psim
@@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY=psim
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS = -mcpu=603e -D_OLD_EXCEPTIONS -Dppc603e
+CPU_CFLAGS = -mcpu=603e -Dppc603e
#-ffunction-sections
# optimize flag: typically -0, could use -O4 or -fast