From 30b41419d627410cd0ad027730c38dc528f90ef1 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Mon, 22 Nov 2004 22:12:51 +0000 Subject: 2004-11-22 Jennifer Averett PR 581/bsps * custom/psim.cfg: Convert PSIM to new exception model. --- make/custom/psim.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/custom') 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 -- cgit v1.2.3