source: rtems/make/custom/simsh7032.cfg @ 32fe9962

Last change on this file since 32fe9962 was 32fe9962, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/18/07 at 08:41:06

Backport various changes from CVS-HEAD.

  • Property mode set to 100644
File size: 464 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 = -O2
24
25# Miscellaneous additions go here
Note: See TracBrowser for help on using the repository browser.