summaryrefslogblamecommitdiffstats
path: root/make/custom/simsh7045.cfg
blob: 4da783ba900df56c955c88cf96a6856a8075e183 (plain) (tree)




















                                                                        
                              
                        

                                 
#
#  simsh7045.cfg
#
#  default configuration for gdb-simulation of Hitachi sh7045 processors
#
#  Author: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
#
#  $Id$
#

include $(RTEMS_ROOT)/make/custom/shsim.cfg

RTEMS_CPU=sh
RTEMS_CPU_MODEL=sh7045

#
#  This contains the compiler options necessary to select the CPU model
#  and (hopefully) optimize for it.
#
CPU_CFLAGS=-m2

# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 

# Miscellaneous additions go here