mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 21:48:26 +08:00
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:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user