source: rtems/bsps/powerpc/qoriq/config/qoriq_e6500_32.cfg @ 762fa62

5
Last change on this file since 762fa62 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: 304 bytes
Line 
1# Config file for e6500 core based QorIQ chips, e.g. T2080, T4240
2
3include $(RTEMS_ROOT)/make/custom/default.cfg
4
5RTEMS_CPU = powerpc
6
7CPU_CFLAGS = -mcpu=e6500 -m32 -msdata=sysv -fno-common
8
9CFLAGS_OPTIMIZE_V = -O2 -g
10CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
11
12LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.