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

5
Last change on this file since 762fa62 was 1e84462, checked in by Joel Sherrill <joel@…>, on 05/16/18 at 14:49:22

mpc55xxevb: Move -Dxxx to configure.ac

Updates #3425.

  • Property mode set to 100644
File size: 468 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    -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.