source: rtems/c/src/lib/libbsp/powerpc/t32mppc/make/custom/t32mppc.cfg @ e21c287c

4.115
Last change on this file since e21c287c was e21c287c, checked in by Sebastian Huber <sebastian.huber@…>, on 05/21/12 at 12:56:31

powerpc/t32mppc: New BSP

  • Property mode set to 100644
File size: 179 bytes
Line 
1include $(RTEMS_ROOT)/make/custom/default.cfg
2
3RTEMS_CPU = powerpc
4
5CPU_CFLAGS = -mcpu=8540 -meabi -msdata -fno-common -msoft-float \
6        -D__ppc_generic
7
8CFLAGS_OPTIMIZE_V = -O2 -g
Note: See TracBrowser for help on using the repository browser.