source: rtems/make/custom/genmcf548x.cfg @ 2161e59

4.104.115
Last change on this file since 2161e59 was e90653d7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/02/08 at 07:14:58

Remove RTEMS_BOARD_MODEL.

  • 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.