summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc55xx.inc
blob: 35954900765b0ca76f8d7fbe3c9ab3da156ed523 (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

CPU_CFLAGS_FLOAT ?= -msoft-float -mno-spe

# FIXME
CPU_CFLAGS = -mcpu=8540 -meabi -msdata=sysv -fno-common $(CPU_CFLAGS_FLOAT) \
    -D__ppc_generic -mstrict-align

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