2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>

* custom/ep1a.cfg, custom/mtx603e.cfg, custom/mvme2100.cfg,
	custom/psim.cfg, custom/score603e.cfg: Eliminate vestiges of mpc603e
	define.
This commit is contained in:
Joel Sherrill
2008-09-19 19:27:36 +00:00
parent af70ed5b19
commit 349475b9c1
6 changed files with 10 additions and 6 deletions
+6
View File
@@ -1,3 +1,9 @@
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* custom/ep1a.cfg, custom/mtx603e.cfg, custom/mvme2100.cfg,
custom/psim.cfg, custom/score603e.cfg: Eliminate vestiges of mpc603e
define.
2008-09-18 Joel Sherrill <joel.sherrill@OARcorp.com>
* compilers/gcc-no_bsp.cfg, compilers/gcc-target-default.cfg,
+1 -1
View File
@@ -14,7 +14,7 @@ RTEMS_BSP_FAMILY=ep1a
# 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 -mmultiple -mstring -mstrict-align
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g
+1 -1
View File
@@ -14,7 +14,7 @@ RTEMS_BSP_FAMILY=motorola_powerpc
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
CPU_CFLAGS = -mcpu=603e -Dmpc603e -Dppc603e
CPU_CFLAGS = -mcpu=603e -Dppc603e
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -mmultiple -mstring -mstrict-align
+1 -1
View File
@@ -14,7 +14,7 @@ RTEMS_BSP_FAMILY=motorola_powerpc
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
CPU_CFLAGS = -mcpu=603e -Dmpc603e -Dppc603e
CPU_CFLAGS = -mcpu=603e -Dppc603e
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -mmultiple -mstring -mstrict-align
-2
View File
@@ -14,9 +14,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 -Dppc603e
#-ffunction-sections
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
+1 -1
View File
@@ -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 -mmultiple -mstring -mstrict-align
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions