source: rtems/make/custom/simsh7032.cfg @ 9e4fa6ae

4.104.114.84.95
Last change on this file since 9e4fa6ae was 227ae749, checked in by Joel Sherrill <joel.sherrill@…>, on 01/22/01 at 14:03:44

2001-01-22 Ralf Corsepius <corsepiu@…>

  • aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and simsh7045.
  • Property mode set to 100644
File size: 621 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# debug flags: typically none, but we use -O1 as it produces better code
23# CFLAGS_DEBUG_V = -O1
24CFLAGS_DEBUG_V =
25
26# optimize flag: typically -0, could use -O4 or -fast
27# -O4 is ok for RTEMS
28CFLAGS_OPTIMIZE_V = -O4
29
30# Miscellaneous additions go here
Note: See TracBrowser for help on using the repository browser.