source: rtems/make/custom/mcf52235.cfg @ d488f12b

4.104.114.95
Last change on this file since d488f12b was d488f12b, checked in by Chris Johns <chrisj@…>, on 06/19/08 at 05:48:01

2008-06-19 Matthew Riek <matthew.riek@…>

  • custom/mcf52235.cfg: Change to mcf5223x.
  • Property mode set to 100644
File size: 746 bytes
Line 
1#
2#  Config file for the mcf5235 BSP
3#
4#Based on:
5#  $Id$
6#
7# A0.01 Initial Version                   BDS   07/26/01
8#
9
10
11RTEMS_CPU=m68k
12RTEMS_CPU_MODEL=mcf5223x
13
14include $(RTEMS_ROOT)/make/custom/default.cfg
15
16# This is the actual bsp directory used during the build process.
17RTEMS_BSP_FAMILY=mcf52235
18
19#  This contains the compiler options necessary to select the CPU model
20#  and (hopefully) optimize for it.
21CPU_CFLAGS = -mcpu=52235
22
23# optimize flag: typically -O2
24CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
25
26# This defines the operations performed on the linked executable.
27# is currently required.
28define bsp-post-link
29        $(OBJCOPY) -O binary --strip-all \
30            $(basename $@).exe $(basename $@)$(DOWNEXT)
31        $(SIZE) $(basename $@).exe
32endef
Note: See TracBrowser for help on using the repository browser.