summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>2004-11-22 22:35:02 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>2004-11-22 22:35:02 +0000
commit624f551480d10ac0a1913c5463df957e8e5b24db (patch)
tree80967b522242b73cb4e77d39ef6f34fe45634a6d
parent2004-11-22 Jennifer Averett <jennifer@OARcorp.com> (diff)
downloadrtems-624f551480d10ac0a1913c5463df957e8e5b24db.tar.bz2
2004-11-22 Jennifer Averett <jennifer@OARcorp.com>
PR 581/bsps * custom/psim.cfg: Convert PSIM to new exception model.
-rw-r--r--make/ChangeLog5
-rw-r--r--make/custom/psim.cfg7
2 files changed, 10 insertions, 2 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 017ea4ac1b..b157fdccba 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-22 Jennifer Averett <jennifer@OARcorp.com>
+
+ PR 581/bsps
+ * custom/psim.cfg: Convert PSIM to new exception model.
+
2004-11-10 Richard Campbell <richard.campbell@oarcorp.com>
* custom/Makefile.am: Add MVME2100 BSP.
diff --git a/make/custom/psim.cfg b/make/custom/psim.cfg
index 846f64d80d..07b9a5b97b 100644
--- a/make/custom/psim.cfg
+++ b/make/custom/psim.cfg
@@ -7,7 +7,9 @@
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=powerpc
-RTEMS_CPU_MODEL=ppc603e
+#RTEMS_CPU_MODEL=ppc603e
+RTEMS_CPU_MODEL=mpc6xx
+RTEMS_PPC_EXCEPTION_PROCESSING_MODEL=new
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=psim
@@ -15,7 +17,8 @@ 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 -D_OLD_EXCEPTIONS -Dppc603e
+CPU_CFLAGS = -mcpu=603e -Dppc603e
#-ffunction-sections
# optimize flag: typically -0, could use -O4 or -fast