source: rtems/c/src/lib/libbsp/powerpc/mpc8260ads/make/custom/mpc8260ads.cfg @ 6882be7

5
Last change on this file since 6882be7 was 6882be7, checked in by Sebastian Huber <sebastian.huber@…>, on 03/26/18 at 05:47:02

bsps/powerpc: Remove libcpu/powerpc

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.