summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/moxie/moxiesim/make/custom/moxiesim.cfg
blob: 4d924d9c76d077374cb50f13a27bd755e289aed6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
#  Config file for the moxie simulator in gdb.
#
#  $Id: moxiesxsim.cfg,v 1.2 2009/10/21 10:41:27 ralf Exp $
#

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

RTEMS_CPU=moxie

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

LDFLAGS = -Wl,--gc-sections