source: rtems/bsps/powerpc/t32mppc/config/t32mppc.cfg @ 65f868c

5
Last change on this file since 65f868c was 3274ec75, checked in by Joel Sherrill <joel@…>, on 05/16/18 at 14:57:54

t32mppc: Move -Dxxx to configure.ac

Updates #3425.

  • Property mode set to 100644
File size: 260 bytes
Line 
1include $(RTEMS_ROOT)/make/custom/default.cfg
2
3RTEMS_CPU = powerpc
4
5CPU_CFLAGS = -mcpu=8540 -meabi -msdata=sysv -fno-common -msoft-float -mno-spe
6
7CFLAGS_OPTIMIZE_V = -Og -g
8CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
9
10LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.