source: rtems/c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235.cfg @ cefeb62

4.104.115
Last change on this file since cefeb62 was cefeb62, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/15/09 at 09:15:07

2009-10-15 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/mcf52235.cfg: New (relocated from /make/custom).
  • 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.