forked from Imagelibrary/rtems
14 lines
308 B
INI
14 lines
308 B
INI
# 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
|