Back to home page

LXR

 
 

    


Warning, /bsps/v850/gdbv850sim/config/v850sim.inc is written in an unsupported language. File is not indexed.

0001 #
0002 #  Shared config file for the v850 GDB Simulator
0003 #
0004 #  CPU_CFLAGS is set by each specific variant.
0005 
0006 include $(RTEMS_ROOT)/make/custom/default.cfg
0007 
0008 RTEMS_CPU=v850
0009 
0010 # optimize flag: typically -O2
0011 CFLAGS_OPTIMIZE_V = -O2 -g
0012 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0013 
0014 LDFLAGS = -Wl,--gc-sections