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

4.104.115
Last change on this file since aac0c61 was aac0c61, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/09 at 10:48:20

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

  • make/custom/genmcf548x.inc: Remove RTEMS_BSP_FAMILY.
  • Property mode set to 100644
File size: 539 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 contains the compiler options necessary to select the CPU model
11#  and (hopefully) optimize for it.
12CPU_CFLAGS = -mcfv4e -Wa,-memac
13
14# optimize flag: typically -O2
15CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
16
17LDFLAGS = -qnolinkcmds -Wl,-T$(RTEMS_LINKCMDS)
18
19define bsp-post-link
20        $(OBJCOPY) -O binary --strip-all $(basename $@).exe \
21            $(basename $@)$(DOWNEXT)
22        $(default-bsp-post-link)
23endef
Note: See TracBrowser for help on using the repository browser.