2004-11-22 Jennifer Averett <jennifer@OARcorp.com>

PR 581/bsps
	* custom/psim.cfg: Convert PSIM to new exception model.
This commit is contained in:
Jennifer Averett
2004-11-22 22:12:51 +00:00
parent 713791a1d5
commit 30b41419d6
2 changed files with 7 additions and 2 deletions

View File

@@ -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-17 Joel Sherrill <joel@OARcorp.com>
* custom/mvme2100.cfg: Add make-cxx-exe rule.

View File

@@ -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