summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/or1k/generic_or1k/make/custom/generic_or1k.cfg
blob: 9a00643bced274aab890f81ef1098db2b24244c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
include $(RTEMS_ROOT)/make/custom/default.cfg

RTEMS_CPU = or1k

CPU_CFLAGS = -O2

CFLAGS_OPTIMIZE_V ?= -O0 -g
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections

LDFLAGS = -Wl,--gc-sections