forked from Imagelibrary/rtems
2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* custom/gen5200.cfg: Remove junk comment. * custom/ep5200.cfg: New file.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2007-06-20 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* custom/gen5200.cfg: Remove junk comment.
|
||||||
|
* custom/ep5200.cfg: New file.
|
||||||
|
|
||||||
2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* custom/armulator.cfg: Removed.
|
* custom/armulator.cfg: Removed.
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ RTEMS_BSP_FAMILY=gen5200
|
|||||||
# This contains the compiler options necessary to select the CPU model
|
# This contains the compiler options necessary to select the CPU model
|
||||||
# and (hopefully) optimize for it.
|
# and (hopefully) optimize for it.
|
||||||
#
|
#
|
||||||
# CPU_CFLAGS = -mcpu=$(8XX_CPU_TYPE) -mstrict-align
|
|
||||||
CPU_CFLAGS = -mcpu=603e -mstrict-align -D$(RTEMS_BOARD_MODEL)
|
CPU_CFLAGS = -mcpu=603e -mstrict-align -D$(RTEMS_BOARD_MODEL)
|
||||||
|
|
||||||
# optimize flag: typically -O2
|
# optimize flag: typically -O2
|
||||||
|
|||||||
17
make/custom/icecube.cfg
Normal file
17
make/custom/icecube.cfg
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
#
|
||||||
|
# Config file for Embedded Planets EP5200C
|
||||||
|
#
|
||||||
|
# NOTE: This is the same as the Freescale 5200Lite a.k.a. IceCube
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# All GEN5200 configurations share the same base file, only a few
|
||||||
|
# parameters differ.
|
||||||
|
#
|
||||||
|
|
||||||
|
RTEMS_BOARD_MODEL=ep5200
|
||||||
|
RTEMS_LINKCMDS=linkcmds.ep5200
|
||||||
|
|
||||||
|
include $(RTEMS_ROOT)/make/custom/gen5200.cfg
|
||||||
Reference in New Issue
Block a user