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 | |
---|
3 | include $(RTEMS_ROOT)/make/custom/default.cfg |
---|
4 | |
---|
5 | RTEMS_CPU = powerpc |
---|
6 | |
---|
7 | RTEMS_CPU_MODEL = qoriq |
---|
8 | |
---|
9 | CPU_CFLAGS = -mcpu=e6500 -m32 -msdata=sysv -fno-common \ |
---|
10 | -D__ppc_generic |
---|
11 | |
---|
12 | CFLAGS_OPTIMIZE_V = -O2 -g |
---|
13 | CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections |
---|
14 | |
---|
15 | LDFLAGS = -Wl,--gc-sections |
---|
Note: See
TracBrowser
for help on using the repository browser.