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

4.115
Last change on this file since 0b9fd991 was 0fe0718, checked in by Sebastian Huber <sebastian.huber@…>, on 02/21/14 at 12:32:13

bsps/powerpc: Use System V small-data area

The 32-bit ABIs for thread-local storage (TLS) and EABI read-only
small-data area have a conflicting register (r2) usage. Use the System
V small-data instead (here r2 is system reserved).

  • Property mode set to 100644
File size: 184 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 \
6        -D__ppc_generic
7
8CFLAGS_OPTIMIZE_V = -O2 -g
Note: See TracBrowser for help on using the repository browser.