summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/v850/gdbv850sim/make/custom/v850sim.inc
blob: 21eba79dfdb4ab6fad633749e5130272e8650c4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
#  Shared config file for the v850 GDB Simulator
#
#  CPU_CFLAGS is set by each specific variant.

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

RTEMS_CPU=v850
RTEMS_CPU_MODEL=v850

# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections

LDFLAGS = -Wl,--gc-sections