source: rtems/c/src/lib/libbsp/m68k/sim68000/make/custom/sim68000.cfg @ 183af89

4.115
Last change on this file since 183af89 was ec537da, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/09 at 10:48:42

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

  • make/custom/sim68000.cfg: Remove RTEMS_BSP_FAMILY.
  • make/custom/simcpu32.cfg: Remove RTEMS_BSP_FAMILY.
  • Property mode set to 100644
File size: 473 bytes
Line 
1#
2#  Config file for a BSVC m68k simulator
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU=m68k
10RTEMS_CPU_MODEL=m68000
11
12#  This contains the compiler options necessary to select the CPU model
13#  and (hopefully) optimize for it.
14CPU_CFLAGS = -mcpu=68000
15
16# optimize flag: typically -O2
17CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
18
19define bsp-post-link
20        $(default-bsp-post-link)
21        $(OBJCOPY) -O srec $(basename $@).exe $(basename $@)$(DOWNEXT)
22endef
Note: See TracBrowser for help on using the repository browser.