summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom')
-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