forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user