source: rtems/make/custom/simsh1.cfg @ a523721

4.104.115
Last change on this file since a523721 was a3e95dce, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 10:01:10

Remove Author notice.

  • Property mode set to 100644
File size: 371 bytes
Line 
1#
2#  simsh1.cfg
3#
4#  default configuration for gdb-simulation of Hitachi sh1 processors
5#
6#  $Id$
7#
8
9include $(RTEMS_ROOT)/make/custom/shsim.cfg
10
11RTEMS_CPU=sh
12RTEMS_CPU_MODEL=shgdb
13
14#
15#  This contains the compiler options necessary to select the CPU model
16#  and (hopefully) optimize for it.
17#
18CPU_CFLAGS = -m1
19
20# optimize flag: typically -O2
21CFLAGS_OPTIMIZE_V = -O2 -g
Note: See TracBrowser for help on using the repository browser.