summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/jmr3904/make/custom/jmr3904.cfg
blob: 6b761356dac12c4456736651e1c30324bfe76d5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
#  Config file for the jmr3904 board which has a simulator in gdb
#

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

RTEMS_CPU=mips
RTEMS_CPU_MODEL=tx3904

CPU_CFLAGS = -march=r3900 -Wa,-xgot -G0

CFLAGS_OPTIMIZE_V = -O2 -g

# arguments to compile and link with per-element sections
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
LDFLAGS            = -Wl,--gc-sections