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

5
Last change on this file since a2dad96 was adb85dd, checked in by Sebastian Huber <sebastian.huber@…>, on 04/21/18 at 08:22:08

bsps: Move make/custom/* files to bsps

Adjust various build files. Remove automatic generation of the
c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script.

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 327 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        -D__ppc_generic
10
11CFLAGS_OPTIMIZE_V = -O2 -g
12CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
13
14LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.