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

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

RTEMS_CPU=no_cpu
RTEMS_CPU_MODEL=no_cpu_model

# 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