source: rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc55xx.inc @ b7cd6d51

4.115
Last change on this file since b7cd6d51 was 5063e1a, checked in by Sebastian Huber <sebastian.huber@…>, on 12/15/14 at 10:26:06

bsps/powerpc: Disable SPE for soft-float variants

  • Property mode set to 100644
File size: 425 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
14RTEMS_CPU_MODEL = mpc55xx
15
16CPU_CFLAGS_FLOAT ?= -msoft-float -mno-spe
17
18# FIXME
19CPU_CFLAGS = -mcpu=8540 -meabi -msdata=sysv -fno-common $(CPU_CFLAGS_FLOAT) \
20    -D__ppc_generic -mstrict-align
21
22CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
Note: See TracBrowser for help on using the repository browser.