2005-04-28 Jennifer Averett <jennifer.averett@oarcorp.com>

* custom/score603e.cfg: Update score603e to new exception model
	NOTE: These modifications have not been tested on hardware.
This commit is contained in:
Jennifer Averett
2005-04-28 15:01:26 +00:00
parent 1b3028ce5c
commit a093b8f9b5
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2005-04-28 Jennifer Averett <jennifer.averett@oarcorp.com>
* custom/score603e.cfg: Update score603e to new exception model
NOTE: These modifications have not been tested on hardware.
2005-03-11 Jay Monkman <jtm@lopingdog.com> 2005-03-11 Jay Monkman <jtm@lopingdog.com>
* custom/vegaplus.cfg: Removed. * custom/vegaplus.cfg: Removed.

View File

@@ -10,7 +10,7 @@
include $(RTEMS_ROOT)/make/custom/default.cfg include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=powerpc RTEMS_CPU=powerpc
RTEMS_CPU_MODEL=ppc603e RTEMS_CPU_MODEL=mpc6xx
# This is the actual bsp directory used during the build process. # This is the actual bsp directory used during the build process.
@@ -20,7 +20,7 @@ RTEMS_BSP_FAMILY=score603e
# This contains the compiler options necessary to select the CPU model # This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it. # and (hopefully) optimize for it.
# #
CPU_CFLAGS = -mcpu=603e -D_OLD_EXCEPTIONS -Dppc603e CPU_CFLAGS = -mcpu=603e -Dmpc603e -Dppc603e -mmultiple -mstring -mstrict-align
# optimize flag: typically -0, could use -O4 or -fast # optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS # -O4 is ok for RTEMS