source: rtems/make/custom/simsh7032.cfg @ 4233e1f

4.104.114.84.95
Last change on this file since 4233e1f was 0c642539, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/30/06 at 06:46:38

Cleanup.

  • Property mode set to 100644
File size: 462 bytes
Line 
1#
2#  simsh7032.cfg
3#
4#  default configuration for gdb-simulation of Hitachi sh7032 processors
5#
6#  Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
7#
8#  $Id$
9#
10
11include $(RTEMS_ROOT)/make/custom/shsim.cfg
12
13RTEMS_CPU=sh
14RTEMS_CPU_MODEL=sh7032
15
16#
17#  This contains the compiler options necessary to select the CPU model
18#  and (hopefully) optimize for it.
19#
20CPU_CFLAGS=-m1
21
22# optimize flag: typically -O2
23CFLAGS_OPTIMIZE_V = -O4
24
25# Miscellaneous additions go here
Note: See TracBrowser for help on using the repository browser.