source: rtems/bsps/powerpc/mpc8260ads/config/mpc8260ads.cfg @ 8f8ccee

5
Last change on this file since 8f8ccee 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: 713 bytes
Line 
1#
2#  Config file for MPC8260 based Motorola ADS board
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6
7RTEMS_CPU=powerpc
88XX_CPU_TYPE=8260
9
10#  This contains the compiler options necessary to select the CPU model
11#  and (hopefully) optimize for it.
12#
13# CPU_CFLAGS = -mcpu=$(8XX_CPU_TYPE) -mstrict-align
14CPU_CFLAGS = -mcpu=603e -mstrict-align -Dmpc8260 \
15        -meabi -msdata=sysv -fno-common
16
17# optimize flag: typically -O2
18CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
19
20# FIXME: Disabled because linkcmds lacks proper KEEP() directives. See #2565.
21# The following two lines enable compiling and linking on per element.
22# CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
23# LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.