summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/no_cpu/no_bsp/make/custom/no_bsp.cfg
blob: 15e2f29bff12191f127fbb2f5cbbd123546031fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
#  Configuration file for the "no_bsp" board
#

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

RTEMS_CPU=no_cpu

# Miscellaneous additions go here. Typical options usually look like
CFLAGS_OPTIMIZE_V += -O2 -g
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections

LDFLAGS = -Wl,--gc-sections