summaryrefslogtreecommitdiff
path: root/c/src/lib/libbsp/arm/xm-tms570/make/custom/xm_tms570.cfg
blob: 3fa29599e8d9d63a9f1256df83d4aa9d2199eb18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Config file for TMS570LS3137 board.
#

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

RTEMS_CPU = arm

CPU_CFLAGS = -march=armv7-r -mtune=cortex-r5 -mbig-endian -mthumb \
  -mfpu=vfpv3-d16 -mfloat-abi=hard -mtp=soft -fno-common

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

LDFLAGS = -Wl,--gc-sections
LDFLAGS += -L$(XM_PATH)/lib -lxm