forked from Imagelibrary/rtems
Update machine flags for Cortex-M3 and Cortex-M4 based BSPs to account for Cortex-M3 Errata 602117 which required GCC multilib changes. Update #3747.
11 lines
215 B
INI
11 lines
215 B
INI
include $(RTEMS_ROOT)/make/custom/default.cfg
|
|
|
|
RTEMS_CPU = arm
|
|
|
|
CPU_CFLAGS = -mthumb -mcpu=cortex-m4
|
|
|
|
CFLAGS_OPTIMIZE_V = -O2 -g
|
|
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
|
|
|
|
LDFLAGS = -Wl,--gc-sections
|