source: rtems/c/src/lib/libbsp/m68k/sim68000/make/custom/simcpu32.cfg @ f81f74af

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

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

  • make/custom/sim68000.cfg: New (relocated from /make/custom).
  • make/custom/simcpu32.cfg: New (relocated from /make/custom).
  • Property mode set to 100644
File size: 570 bytes
Line 
1#
2#  Configuration file for a simcpu32 in BSCV
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU=m68k
10RTEMS_CPU_MODEL=mcpu32
11
12#  This contains the compiler options necessary to select the CPU model
13#  and (hopefully) optimize for it.
14CPU_CFLAGS = -mcpu=cpu32
15
16# This is the actual bsp directory used during the build process.
17RTEMS_BSP_FAMILY=sim68000
18
19# optimize flag: typically -O2
20CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
21
22define bsp-post-link
23        $(default-bsp-post-link)
24        $(OBJCOPY) -O srec $(basename $@).exe $(basename $@)$(DOWNEXT)
25endef
Note: See TracBrowser for help on using the repository browser.