source: rtems/c/src/lib/libbsp/m68k/genmcf548x/make/custom/genmcf548x.inc @ 036394e

4.104.115
Last change on this file since 036394e was 662ac58, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/09 at 15:25:31

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

  • make/custom/genmcf548x.inc: New (Renamed from genmcf548x.cfg).
  • make/custom/genmcf548x.cfg: Removed.
  • make/custom/COBRA5475.cfg, make/custom/m5484FireEngine.cfg: Include make/custom/genmcf548x.inc.
  • Property mode set to 100644
File size: 671 bytes
Line 
1#
2#  Config file for the genmcf548x BSP
3#
4
5RTEMS_CPU=m68k
6RTEMS_CPU_MODEL=mcf548x
7
8include $(RTEMS_ROOT)/make/custom/default.cfg
9
10# This is the actual bsp directory used during the build process.
11RTEMS_BSP_FAMILY=genmcf548x
12
13#  This contains the compiler options necessary to select the CPU model
14#  and (hopefully) optimize for it.
15CPU_CFLAGS = -mcfv4e -Wa,-memac
16
17# optimize flag: typically -O2
18CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
19
20#ifndef MTARGET
21#MTARGET=ram
22#endif
23
24LDFLAGS = -qnolinkcmds -Wl,-T$(RTEMS_LINKCMDS)
25
26define bsp-post-link
27        $(OBJCOPY) -O binary --strip-all $(basename $@).exe \
28            $(basename $@)$(DOWNEXT)
29        $(default-bsp-post-link)
30endef
Note: See TracBrowser for help on using the repository browser.