source: rtems/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq_t2080rdb.cfg @ ac84d42e

5
Last change on this file since ac84d42e was ac84d42e, checked in by Sebastian Huber <sebastian.huber@…>, on 10/26/15 at 08:10:22

bsp/qoriq: Function and data sections

  • Property mode set to 100644
File size: 309 bytes
Line 
1# Config file for T2080RDB
2
3include $(RTEMS_ROOT)/make/custom/default.cfg
4
5RTEMS_CPU = powerpc
6
7RTEMS_CPU_MODEL = qoriq
8
9CPU_CFLAGS = -mcpu=e6500 -m32 -msdata=sysv -fno-common \
10        -D__ppc_generic
11
12CFLAGS_OPTIMIZE_V = -O2 -g
13CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
14
15LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.