summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/qoriq/config/qoriq_e6500_64.cfg
blob: ebc26e43ae5f6d2e19f1451df1caf83d16683a8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Config file for e6500 core based QorIQ chips in 64-bit mode, e.g. T2080,
# T4240

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

RTEMS_CPU = powerpc

CPU_CFLAGS = -mcpu=e6500 -m64 -fno-common

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

LDFLAGS = -Wl,--gc-sections