source: rtems/bsps/powerpc/qoriq/config/qoriq.inc

Last change on this file 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: 589 bytes
Line 
1#
2#  Shared base config file for QorIQ BSPs
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6
7RTEMS_CPU = powerpc
8
9CPU_CFLAGS = -mcpu=8540 -msoft-float -meabi -msdata=sysv -fno-common -mstrict-align
10
11CFLAGS_OPTIMIZE_V = -O2 -g
12CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
13
14LDFLAGS = -Wl,--gc-sections
15
16# define bsp-post-link
17#   $(OBJCOPY) -O binary '$@' '$(basename $@).bin'
18#   gzip -f -9 '$(basename $@).bin'
19#   mkimage -A ppc -O linux -T kernel -a 0x4000 -e 0x4000  -name '$(notdir $@)' -d '$(basename $@).bin.gz' '$(basename $@).img'
20#   $(default-bsp-post-link)
21# endef
Note: See TracBrowser for help on using the repository browser.