source: rtems/bsps/powerpc/qoriq/config/qoriq_e6500_64.cfg

Last change on this file was 1a41818, checked in by Joel Sherrill <joel@…>, on 05/16/18 at 14:55:14

qoriq: Move -Dxxx to configure.ac

Updates #3425.

  • Property mode set to 100644
File size: 308 bytes
Line 
1# Config file for e6500 core based QorIQ chips in 64-bit mode, e.g. T2080,
2# T4240
3
4include $(RTEMS_ROOT)/make/custom/default.cfg
5
6RTEMS_CPU = powerpc
7
8CPU_CFLAGS = -mcpu=e6500 -m64 -fno-common
9
10CFLAGS_OPTIMIZE_V = -O2 -g
11CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
12
13LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.