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

4.104.115
Last change on this file since 2161e59 was 641982a, checked in by Joel Sherrill <joel.sherrill@…>, on 09/30/08 at 16:22:56

2008-09-30 Joel Sherrill <joel.sherrill@…>

  • custom/simsh1.cfg, custom/simsh2.cfg, custom/simsh4.cfg: Make all use RTEMS_BSP_FAMILY.
  • Property mode set to 100644
File size: 353 bytes
Line 
1#
2#  Config file for the sh simulator in gdb
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU=sh
10RTEMS_CPU_MODEL=shgdb
11RTEMS_BSP_FAMILY=shsim
12
13#  This contains the compiler options necessary to select the CPU model
14#  and (hopefully) optimize for it.
15CPU_CFLAGS = -m4 -ml
16
17# optimize flag: typically -O2
18CFLAGS_OPTIMIZE_V = -O2 -g
Note: See TracBrowser for help on using the repository browser.