forked from Imagelibrary/rtems
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:
@@ -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>
|
||||
|
||||
* custom/vegaplus.cfg: Removed.
|
||||
|
||||
@@ -10,7 +10,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.
|
||||
|
||||
@@ -20,7 +20,7 @@ RTEMS_BSP_FAMILY=score603e
|
||||
# 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 -Dmpc603e -Dppc603e -mmultiple -mstring -mstrict-align
|
||||
|
||||
# optimize flag: typically -0, could use -O4 or -fast
|
||||
# -O4 is ok for RTEMS
|
||||
|
||||
Reference in New Issue
Block a user