source: rtems/c/src/lib/libbsp/h8300/h8sim/make/custom/h8sim.cfg @ 40c9350

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

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

  • make/custom/h8sim.cfg: Remove RTEMS_BSP_FAMILY.
  • make/custom/h8sxsim.cfg: Remove RTEMS_BSP_FAMILY.
  • Property mode set to 100644
File size: 340 bytes
Line 
1#
2#  Config file for the H8 simulator in gdb
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU=h8300
10RTEMS_CPU_MODEL=h8300h
11
12#  This contains the compiler options necessary to select the CPU model
13#  and (hopefully) optimize for it.
14#
15CPU_CFLAGS = -mh -mint32
16
17# optimize flag: typically -O2
18CFLAGS_OPTIMIZE_V = -O2 -g
Note: See TracBrowser for help on using the repository browser.