summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc
blob: fb401f7a9fdb1d3f91e1f9d3a5403a48899e9c12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
#  Shared base config file for QorIQ BSPs
#

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

RTEMS_CPU = powerpc

RTEMS_CPU_MODEL = qoriq

CPU_CFLAGS = -mcpu=8540 -meabi -msdata -fno-common -mfloat-gprs=double -mstrict-align \
	-D__ppc_generic

CFLAGS_OPTIMIZE_V = -Os -g