summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/atsam/make/custom/atsamv.cfg
blob: 06892f95f9c064185b8700de276f9b4880cc5d51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections

LDFLAGS = -Wl,--gc-sections