source: rtems/bsps/powerpc/mpc55xxevb/config/mpc55xx.inc @ a2dad96

5
Last change on this file since a2dad96 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: 484 bytes
Line 
1##
2#
3# @file
4#
5# @ingroup mpc55xx_config
6#
7# @brief Shared configuration file for the MPC55xx board family.
8#
9
10include $(RTEMS_ROOT)/make/custom/default.cfg
11
12RTEMS_CPU = powerpc
13
14CPU_CFLAGS_FLOAT ?= -msoft-float -mno-spe
15
16# FIXME
17CPU_CFLAGS = -mcpu=8540 -meabi -msdata=sysv -fno-common $(CPU_CFLAGS_FLOAT) \
18    -D__ppc_generic -mstrict-align
19
20CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
21CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
22
23LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.