diff --git a/make/ChangeLog b/make/ChangeLog index f11546b657..3ccbec4f0d 100644 --- a/make/ChangeLog +++ b/make/ChangeLog @@ -1,3 +1,8 @@ +2008-09-30 Jennifer Averett + + * custom/score603e.cfg: Modifications required to run on hardware. Some + cleanup. + 2008-09-18 Joel Sherrill PR 1314/bsps diff --git a/make/custom/score603e.cfg b/make/custom/score603e.cfg index 04fd82ba50..8d63f031e0 100644 --- a/make/custom/score603e.cfg +++ b/make/custom/score603e.cfg @@ -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 -Dmpc603e -Dppc603e -mmultiple -mstring -mstrict-align +CPU_CFLAGS = -mcpu=603e -Dppc603e # optimize flag: typically -O2 CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions