source: rtems/c/src/lib/libbsp/bfin/TLL6527M/make/custom/TLL6527M.cfg @ e2bd1f6

5
Last change on this file since e2bd1f6 was e2bd1f6, checked in by Sebastian Huber <sebastian.huber@…>, on 03/21/18 at 15:38:43

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
Line 
1#
2#  Config file for Blackfin TLL6527M
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6
7RTEMS_CPU=bfin
8
9#  This contains the compiler options necessary to select the CPU model
10#  and (hopefully) optimize for it.
11#
12CPU_CFLAGS =-mcpu=bf527
13
14# optimize flag: typically -O2
15# gcc-4.2.0 segfaults on -OX > -O0
16CFLAGS_OPTIMIZE_V = -O2 -g
17CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
18
19LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.