summaryrefslogtreecommitdiffstats
path: root/make/custom/mpc55xx.cfg
blob: 007ff65c6561f8820bb09dca6df6aacf0eb5a88c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
##
#
# @file
#
# @ingroup mpc55xx_config
#
# @brief Shared configuration file for the MPC55xx board family.
#

include $(RTEMS_ROOT)/make/custom/default.cfg

RTEMS_CPU = powerpc

RTEMS_CPU_MODEL = mpc55xx

RTEMS_BSP_FAMILY = mpc55xxevb

# FIXME
CPU_CFLAGS = -mcpu=8540 -meabi -msdata -fno-common -funit-at-a-time \
    -D__ppc_generic -mstrict-align

CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions