source: rtems/make/custom/simsh7045.cfg @ e4f49cf

4.104.114.84.95
Last change on this file since e4f49cf was b86e0899, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/18/07 at 07:05:26

Cosmetics.

  • Property mode set to 100644
File size: 464 bytes
Line 
1#
2#  simsh7045.cfg
3#
4#  default configuration for gdb-simulation of Hitachi sh7045 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=sh7045
15
16#
17#  This contains the compiler options necessary to select the CPU model
18#  and (hopefully) optimize for it.
19#
20CPU_CFLAGS = -m2
21
22# optimize flag: typically -O2
23CFLAGS_OPTIMIZE_V = -O2
24
25# Miscellaneous additions go here
Note: See TracBrowser for help on using the repository browser.