5
Last change
on this file since e2bd1f6 was
e2bd1f6,
checked in by Sebastian Huber <sebastian.huber@…>, on Mar 21, 2018 at 3:38:43 PM
|
bsp/bfin: Move libcpu content to bsps
This patch is a part of the BSP source reorganization.
Update #3285.
|
-
Property mode set to
100644
|
File size:
420 bytes
|
Rev | Line | |
---|
[ad65fc7f] | 1 | # |
---|
| 2 | # Config file for Blackfin TLL6527M |
---|
| 3 | # |
---|
| 4 | |
---|
| 5 | include $(RTEMS_ROOT)/make/custom/default.cfg |
---|
| 6 | |
---|
| 7 | RTEMS_CPU=bfin |
---|
| 8 | |
---|
| 9 | # This contains the compiler options necessary to select the CPU model |
---|
| 10 | # and (hopefully) optimize for it. |
---|
| 11 | # |
---|
| 12 | CPU_CFLAGS =-mcpu=bf527 |
---|
| 13 | |
---|
| 14 | # optimize flag: typically -O2 |
---|
| 15 | # gcc-4.2.0 segfaults on -OX > -O0 |
---|
| 16 | CFLAGS_OPTIMIZE_V = -O2 -g |
---|
[74ad76a] | 17 | CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections |
---|
| 18 | |
---|
| 19 | LDFLAGS = -Wl,--gc-sections |
---|
Note: See
TracBrowser
for help on using the repository browser.