summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/atsam/make/custom/atsamv.cfg
blob: 0a2437fa12335069bedbb5ddfab226f97264e60c (plain) (blame)
1
2
3
4
5
6
7
8
9
include $(RTEMS_ROOT)/make/custom/default.cfg

RTEMS_CPU = arm

CPU_CFLAGS = -mthumb -mcpu=cortex-m7 -mfpu=fpv5-d16 -mfloat-abi=hard

CFLAGS_OPTIMIZE_V ?= -O2 -g -ffunction-sections -fdata-sections

LDFLAGS = -Wl,--gc-sections