source: rtems/bsps/powerpc/mpc55xxevb/config/mpc55xx.inc @ 70b803b5

Last change on this file since 70b803b5 was 70b803b5, checked in by Sebastian Huber <sebastian.huber@…>, on 07/03/20 at 07:15:50

bsps/powerpc: Remove SPE enabled variants

The PowerPC SPE support was removed from GCC.

Update #3951.

  • Property mode set to 100644
File size: 410 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 = -mcpu=8540 -msoft-float -meabi -msdata=sysv -fno-common \
15    -mstrict-align
16
17CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
18CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
19
20LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.