source: rtems/make/custom/mcf5329.cfg @ c7e67f3

4.104.115
Last change on this file since c7e67f3 was c8d2f3a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/29/08 at 05:24:54

changes

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