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:
Joel Sherrill
2007-06-20 20:21:45 +00:00
parent bdba53711d
commit cb6e9bf0ed
3 changed files with 22 additions and 1 deletions

View File

@@ -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>
* custom/armulator.cfg: Removed.

View File

@@ -15,7 +15,6 @@ RTEMS_BSP_FAMILY=gen5200
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
# CPU_CFLAGS = -mcpu=$(8XX_CPU_TYPE) -mstrict-align
CPU_CFLAGS = -mcpu=603e -mstrict-align -D$(RTEMS_BOARD_MODEL)
# optimize flag: typically -O2

17
make/custom/icecube.cfg Normal file
View 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