source: rtems/make/custom/simsh2.cfg @ 8baeb42

4.104.115
Last change on this file since 8baeb42 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: 392 bytes
Line 
1#
2#  simsh2.cfg
3#
4#  default configuration for gdb-simulation of Hitachi sh2 processors
5#
6#  $Id$
7#
8
9include $(RTEMS_ROOT)/make/custom/default.cfg
10
11RTEMS_CPU=sh
12RTEMS_CPU_MODEL=shgdb
13RTEMS_BSP_FAMILY=shsim
14
15#  This contains the compiler options necessary to select the CPU model
16#  and (hopefully) optimize for it.
17CPU_CFLAGS = -m2
18
19# optimize flag: typically -O2
20CFLAGS_OPTIMIZE_V = -O2 -g
Note: See TracBrowser for help on using the repository browser.