source: rtems/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc @ f339afb

4.115
Last change on this file since f339afb was f339afb, checked in by Sebastian Huber <sebastian.huber@…>, on 12/03/13 at 08:51:13

bsp/qoriq: Use System V small-data area

  • Property mode set to 100644
File size: 297 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
9RTEMS_CPU_MODEL = qoriq
10
11CPU_CFLAGS = -mcpu=8540 -meabi -msdata=sysv -fno-common -mstrict-align \
12        -mspe -mabi=spe -mfloat-gprs=double \
13        -D__ppc_generic
14
15CFLAGS_OPTIMIZE_V = -Os -g
Note: See TracBrowser for help on using the repository browser.